WP Post Exporter
Export WordPress posts, including custom types, to CSV and other formats.
by Pedro Duarte · github.com/xipasduarte/wp-post-exporter · website
★ 0stars
462composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/xipasduarte/wp-post-exporter/archive/refs/heads/master.zipAlso on Packagist as xipasduarte/wp-post-exporter:
composer require xipasduarte/wp-post-exporterFrom the readme
WP Post Exporter
What is it?
This is a plugin to allow you to export your WordPress posts, allowing for a fine selection of fields to include, in a variety of formats like: CSV (currently supported), JSON, plain text, etc.
Where is the importer for migrations?
The plugin is not concerned with data migration between WordPress installs, there are other plugins more suited for that. Use this to extract specific portions of data in a way that fits external needs (e.g. loading on a spreadsheet).