WP Manifestindependent plugin directory
manifest / updates / export-one-post

Export One Post

WordPress plugin. Export single posts and pages from the edit screen

by Kailey Lampert · github.com/trepmal/export-one-post · website

32stars
5forks

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/trepmal/export-one-post/archive/refs/heads/master.zip

Readme

Export One Post

Works on pages and custom post types!

In the Block Editor, the option can be found under the kebab menu:

In the Block Editor

In the Classic Editor, the option can be found in the Publish box:

In the Classic Editor

And in the row actions for quick access:

Row actioln

Confirmed working as of WordPress 5.4.1, single and multisite.

WP-CLI

There is a core command, this plugin is not required.

wp export --post__in=123

Read the full README on GitHub →