Plugin URI: https://wordpress.org/plugins/wpq-post-csv-exporter/
Contributors: sakibstime, cornq
Tags: csv, export, posts, custom post types
Requires at least: 4.7
Tested up to: 6.7
Stable tag: 1.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Exports published posts (or any public post type) in CSV format including the created date, author, title, URL, and thumbnail URL.
WPQ Post CSV Exporter is a lightweight WordPress plugin that lets you export published posts—or any public post type—in CSV format. The generated CSV file includes details such as created date, author, title, URL, and thumbnail URL, making it easy to manage, review, or migrate your content.
- Download: Clone the repository from GitHub or download from https://wordpress.org/plugins/wpq-post-csv-exporter/
- Upload: Upload it into the
/wp-content/plugins/directory of your WordPress installation & uncompress it. - Activate: Activate the plugin via the Plugins menu in WordPress.
- Export: Navigate to Tools > Export Posts CSV in your WordPress admin dashboard, select the desired post type, and click the Export CSV button.
On the export page, select a public post type from the dropdown. The generated CSV file contains the following columns in order:
- Created Date (formatted as
YYYY-MM-DD HH:MM:SS) - Author (display name)
- Title
- URL (permalink)
- Thumbnail URL (if available)
-
WP Admin Dashboard:
This screenshot shows the plugin settings page in the WordPress admin dashboard.

-
Exported CSV:
This screenshot displays an example of an exported CSV file opened in a spreadsheet application.

- Initial release.
- Fixing function related issue
This plugin is released under the GNU General Public License v3.0 or later. For more details, see https://www.gnu.org/licenses/gpl-3.0.html.