Title: Neutrope Quick Export
Author: Neutrope Inc.
Published: <strong>September 6, 2026</strong>
Last modified: September 6, 2026

---

Search plugins

![](https://ps.w.org/neutrope-quick-export/assets/banner-772x250.png?rev=3684176)

![](https://ps.w.org/neutrope-quick-export/assets/icon-256x256.png?rev=3684176)

# Neutrope Quick Export

 By [Neutrope Inc.](https://profiles.wordpress.org/neutropeinc/)

[Download](https://downloads.wordpress.org/plugin/neutrope-quick-export.0.1.1.zip)

 * [Details](https://wordpress.org/plugins/neutrope-quick-export/#description)
 * [Reviews](https://wordpress.org/plugins/neutrope-quick-export/#reviews)
 *  [Installation](https://wordpress.org/plugins/neutrope-quick-export/#installation)
 * [Development](https://wordpress.org/plugins/neutrope-quick-export/#developers)

 [Support](https://wordpress.org/support/plugin/neutrope-quick-export/)

## Description

Neutrope Quick Export adds a simple **Tools  Neutrope Quick Export** screen and 
a **“Export selected to CSV”** bulk action to your post, page, and public custom
post type lists. It is built for everyday production work: SEO inventories, content
audits, and client-facing lists — not heavy migration.

The plugin is intentionally small and stays out of your way:

 * **Lightweight.** It loads only in the admin area and adds nothing to your front
   end.
 * **Read-only.** It never writes options, post meta, custom tables, or scheduled
   events. Exporting changes nothing on your site.
 * **Excel-friendly CSV.** Files are UTF-8 with a BOM so multi-byte text (including
   Japanese) opens correctly in spreadsheet apps.
 * **Privacy first.** User e-mail addresses, login names, and comment-author data
   are never exported.
 * **Respects the standard interface.** It only _adds_ a Tools screen and one bulk
   action. Existing screens and actions are left untouched.
 * **No ads. No upsells. No “Pro” nag screens. No external requests. No tracking.**

#### How it works

 * **Tools  Neutrope Quick Export** — Choose post types, statuses, an optional published/
   modified date range, and a maximum row count, then download a CSV.
 * **Bulk action** — On any post, page, or public custom post type list, select 
   rows and choose **Export selected to CSV**.

#### Columns

Every export includes these columns:

 * `post_id`
 * `post_type`
 * `title`
 * `slug`
 * `url`
 * `status`
 * `published_date`
 * `modified_date`
 * `categories`
 * `tags`

Featured image columns are **on by default** (a single checkbox on the Tools screen)
and add useful, low-risk information for pre-migration audits. Only metadata is 
exported — never the image file itself:

 * `featured_image_id`
 * `featured_image_url`
 * `featured_image_filename`

These optional columns are **off by default** and can be enabled on the Tools screen:

 * `excerpt`
 * `content`
 * `author_display_name` (the author’s public display name only)

#### What is intentionally not included

 * User e-mail addresses, login names, and comment-author information are never 
   exported.
 * Image files themselves are never downloaded, exported, or bundled — featured 
   image columns hold only the attachment ID, URL, and file name.
 * No import, restore, XML/JSON/Markdown output, WP-CLI, REST API, scheduled exports,
   or external/cloud integrations in this version.

## Screenshots

[⌊The Tools → Neutrope Quick Export screen: choose post types, statuses, a maximum
row count, an optional date range, and download the CSV.⌉⌊The Tools → Neutrope Quick
Export screen: choose post types, statuses, a maximum row count, an optional date
range, and download the CSV.⌉[

The Tools  Neutrope Quick Export screen: choose post types, statuses, a maximum 
row count, an optional date range, and download the CSV.

[⌊Choosing post types — Posts, Pages, and any public custom post type (shown as "
Custom post type: ").⌉⌊Choosing post types — Posts, Pages, and any public custom
post type (shown as "Custom post type: ").⌉[

Choosing post types — Posts, Pages, and any public custom post type (shown as “Custom
post type: “).

[⌊The "Include featured image information" option, which adds the featured_image_id,
featured_image_url, and featured_image_filename columns.⌉⌊The "Include featured 
image information" option, which adds the featured_image_id, featured_image_url,
and featured_image_filename columns.⌉[

The “Include featured image information” option, which adds the featured_image_id,
featured_image_url, and featured_image_filename columns.

[⌊The "Export selected to CSV" bulk action on the post list.⌉⌊The "Export selected
to CSV" bulk action on the post list.⌉[

The “Export selected to CSV” bulk action on the post list.

[⌊An exported CSV opened in a spreadsheet, showing the featured image columns and
correctly displayed multi-byte (Japanese) titles.⌉⌊An exported CSV opened in a spreadsheet,
showing the featured image columns and correctly displayed multi-byte (Japanese)
titles.⌉[

An exported CSV opened in a spreadsheet, showing the featured image columns and 
correctly displayed multi-byte (Japanese) titles.

## Installation

 1. Upload the `neutrope-quick-export` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the Plugins screen in WordPress.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **Tools  Neutrope Quick Export** to configure and download a CSV, or use 
    the **Export selected to CSV** bulk action on any post, page, or public custom 
    post type list.

## FAQ

### Which file format does it produce?

A UTF-8 CSV with a byte order mark (BOM). The BOM lets Excel and other spreadsheet
apps detect the encoding so multi-byte text is not garbled.

### Does it export private data?

No. User e-mail addresses, login names, and comment-author data are never exported.
The only person-related field is the author’s public display name, and it is off
by default.

### Does it download or export the featured image file?

No. The featured image columns contain only the attachment ID, URL, and file name—
metadata that already exists in your database. Image files are never downloaded,
exported, or bundled, and no external request is made. You can turn the featured
image columns off with a single checkbox on the Tools screen.

### Which post types can I export?

Posts, pages, and any public custom post type that has an admin list. On the Tools
screen, custom post types are labelled “Custom post type: ” so they are easy to 
recognise, and the “Export selected to CSV” bulk action is available on each of 
those list screens.

### Who is allowed to export?

Only users with the WordPress **export** capability (administrators by default).
The bulk action additionally confirms that you can edit each selected item before
including it.

### Does it change anything on my site?

No. Neutrope Quick Export is read-only. It does not create options, post meta, custom
tables, or cron jobs, so there is nothing to clean up on uninstall.

### Is there a limit on how many rows I can export?

The Tools screen lets you set a maximum row count, capped at 10,000 per export to
keep memory and time predictable. The bulk action exports exactly the items you 
selected.

### Does the plugin connect to any external service?

No. There are no external requests, no tracking, and no analytics of any kind.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Neutrope Quick Export” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Neutrope Inc. ](https://profiles.wordpress.org/neutropeinc/)

[Translate “Neutrope Quick Export” into your language.](https://translate.wordpress.org/projects/wp-plugins/neutrope-quick-export)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/neutrope-quick-export/),
check out the [SVN repository](https://plugins.svn.wordpress.org/neutrope-quick-export/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/neutrope-quick-export/)
by [RSS](https://plugins.trac.wordpress.org/log/neutrope-quick-export/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.1

 * Add featured image columns (`featured_image_id`, `featured_image_url`, `featured_image_filename`),
   on by default via a single Tools-screen checkbox. Only metadata is exported —
   never the image file.
 * Featured image columns are also included in the “Export selected to CSV” bulk
   action.
 * Clearer post type labels on the Tools screen: custom post types are shown as “
   Custom post type: ” while the submitted value stays the post type slug.

#### 0.1.0

 * Initial release.

## Meta

 *  Version **0.1.1**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [csv](https://wordpress.org/plugins/tags/csv/)[custom post type](https://wordpress.org/plugins/tags/custom-post-type/)
   [export](https://wordpress.org/plugins/tags/export/)[featured image](https://wordpress.org/plugins/tags/featured-image/)
   [posts](https://wordpress.org/plugins/tags/posts/)
 *  [Advanced View](https://wordpress.org/plugins/neutrope-quick-export/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/neutrope-quick-export/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/neutrope-quick-export/reviews/)

## Contributors

 *   [ Neutrope Inc. ](https://profiles.wordpress.org/neutropeinc/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/neutrope-quick-export/)