Markdown Exporter for WordPress®
Seamlessly convert your WordPress posts, pages, and custom content types into well-structured Markdown (MD) files. Featuring customizable export settings, support for Advanced Custom Fields (ACF) and Pods, and a real-time progress bar for efficient content management.
by Robert DeVore · github.com/robertdevore/markdown-exporter-for-wordpress · website
★ 31stars
127release downloads
3forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/robertdevore/markdown-exporter-for-wordpress/releases/download/1.1.0/markdown-exporter-for-wordpress.zipDeclares an update source (https://github.com/robertdevore/markdown-exporter-for-wordpress/), so updates arrive through the plugin's own updater.
From the readme
Markdown Exporter for WordPress®
Markdown Exporter for WordPress® is a free WordPress® plugin that allows you to quickly convert your WordPress® content - posts, pages, and custom content types — into well structured Markdown (MD) files.
Whether you're migrating content, backing up your site, or preparing to switch from WordPress® to a static site generator like Stattic, this plugin provides a customizable and efficient solution.
Table of Contents
- Features
- Installation
- Usage
- Screenshots
- Frequently Asked Questions
- Changelog
- Support
- Contributing
- License
Features
- Comprehensive Export Options: Convert posts, pages, and any custom post types into Markdown files.
- Customizable Settings: Filter exports by post types, date range, author, post status, and taxonomies.
- Support for ACF and Pods: Includes Advanced Custom Fields (ACF) and Pods metadata in the export.
- Real-Time Progress Bar: Monitor the export process with a dynamic progress bar.
- Export Log: View detailed logs of the export process, including any issues encountered.
- YAML Front Matter: Generates Markdown files with YAML front matter for easy integration with static site generators.
- Automat
Read the full README on GitHub →