WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Masahiro NAKASHIMA v1.0.1

CSV Import and Exporter

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

The facts

Rating
3★ from 2
Active installs
1k+
Price
Free
Last updated
26 Jun 2025
Added
Jun 2023
Requires WP
3.0
Tested up to
WP 6.8.8
Downloads
7,325

Our analysis

AI-assisted

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

  • Exports posts in CSV format
  • Supports custom fields and taxonomies
  • Allows setting number or date range of posts

Where it falls short

  • Limited information on additional features
  • Only basic customisation options mentioned

Verdict

CSV Import and Exporter provides essential CSV export functionality for WordPress posts, but detailed feature information is limited.

From the developer

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.

How to customize export post data

This plugin has below filters.

  • wp_csv_exporter_post_name
  • wp_csv_exporter_post_title
  • wp_csv_exporter_post_content
  • wp_csv_exporter_post_excerpt
  • wp_csv_exporter_post_status
  • wp_csv_exporter_post_author
  • wp_csv_exporter_post_date
  • wp_csv_exporter_post_modified
  • wp_csv_exporter_thumbnail_url
  • wp_csv_exporter_post_tags
  • wp_csv_exporter_post_category
  • wp_csv_exporter_tax_{taxonomy}
  • wp_csv_exporter_{custom_field_key}

wp_csv_exporter_post_name

Parameters:

  • $post_name – (required) post slug
  • $post_id – (int) post id

Example:

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;
}

wp_csv_exporter_post_title

Parameters:

  • $post_title – (required) post title
  • $post_id – (int) post id

Example:

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;
}

wp_csv_exporter_post_content

Parameters:

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for moving data.

Members

Members

94

The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...

Free 300k+ installs 4.9★ (1,274)
Easy Updates Manager

Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. This...

Free 300k+ installs 4.8★ (725)
Redux Framework

Redux is a simple, truly extensible, and fully responsive options framework for WordPress themes and plugins....

Free 900k+ installs 4.4★ (273)
PrettyLinks

🌠 Shorten, brand, and track any URL on your own domain. Keep your links — and your data — where they belong....

Free 200k+ installs 4.8★ (1,317)