Members
94The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...
You can import & export posts in CSV format for each post type. It is compatible with posts' custom fields and custom taxonomies.
CSV Import and Exporter is a WordPress plugin that allows you to export posts in CSV format for various post types. It supports custom fields and taxonomies, enabling you to tailor the exported data according to your needs. You can also specify the number or date range of posts to download, providing flexibility in data management.
The plugin includes several filters that allow for customisation of the exported post data, such as post name, title, content, and more. This makes it suitable for users who need to manage and export large amounts of post data efficiently.
Best for: This plugin suits users who need to export post data from their WordPress site in a structured format.
What it does well
Where it falls short
CSV Import and Exporter provides essential CSV export functionality for WordPress posts, but detailed feature information is limited.
Masahiro NAKASHIMA's own description of CSV Import and Exporter, lightly tidied.
You can export posts in CSV format for each post type.
It is compatible with posts’ custom fields and custom taxonomies.
It is also possible to set the number or date range of posts to download.
This plugin has below filters.
Parameters:
$post_name – (required) post slug$post_id – (int) post idExample:
add_filter( 'wp_csv_exporter_post_name', 'wp_csv_exporter_post_name_filter', 10, 3 );
function wp_csv_exporter_post_name_filter( $post_name, $post_id ) {
return $post_name;
}
Parameters:
$post_title – (required) post title$post_id – (int) post idExample:
add_filter( 'wp_csv_exporter_post_title', 'wp_csv_exporter_post_title_filter', 10, 3 );
function wp_csv_exporter_post_title_filter( $post_title, $post_id ) {
$post_title = $post_id . ':' . $post_title;
return $post_title;
}
Parameters:
Other plugins for moving data.
The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...
Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. This...
Redux is a simple, truly extensible, and fully responsive options framework for WordPress themes and plugins....
🌠 Shorten, brand, and track any URL on your own domain. Keep your links — and your data — where they belong....
Export WooCommerce orders to Excel, CSV, XML, JSON, PDF and HTML. Best free order export plugin for WooCommerc...
Easily export or import your WordPress customizer settings!