The simplest way to change a post's type in WordPress
This plugin adds a simple post type dropdown to the post editor interface, allowing you to reassign any post to a new post type. It allows you to switch post's type while editing your post.
The plugin can convert nearly every combination of posts, pages, and even custom post types:
- Page to Post
- Post to Page
- Post to Custom
Invisible post types, such as revisions, menus, etc., are purposely excluded. Attachments are also currently excluded, due to some bugs and conflicts.
If you need to access invisible post types, you can adjust the boundaries using the pts_post_type_filter
filter.
If you are experiencing a conflict with a post-type from another plugin, please accept my apologies in adavnce, and open an issue including as much information as you can. Your content is very important to me, and I want to keep it safe.
With bulk editing (thanks to Matthew Gerring) you can select all the posts in a certain type and convert them to a new type with one quick action.
With block-editor (aka Gutenberg) support (thanks to Daniel Bachhuber) you can switch between post-types that use either the Block Editor and the Classic one, without losing any of your embedded content.
- In your WordPress Dashboard go to "Plugins" -> "Add Plugin".
- Search for "Post Type Switcher".
- Install the plugin by pressing the "Install" button.
- Activate the plugin by pressing the "Activate" button.
- From the post edit screen, above the "Publish" button is the "Post Type" interface.
- Change post types as needed.
- WordPress version 5.0 or greater.
- PHP version 7.0.0 or greater.
- MySQL version 5.7 or greater.
- Latest WordPress version.
- PHP version 8.0 or greater.
- MySQL version 8.0 or greater, or MariaDB 10.5 or greater.
You need to selectively change a posts type from one to another.
It should not. This plugin only changes the 'post_type' property of a post.
It should not. Be careful when editing HTML content while switching between editor types!
No. This plugin does not include any code capable of deleting anything.
Plugin conflicts are not unheard of and can be difficult to troubleshoot.
If you're worried, backup your database and deactivate all other plugins before using this tool.
If you're still worried, ask for help in the WordPress.org support forums.
- Community: https://wordpress.org/support/plugin/post-type-switcher
- Development: https://github.com/jjj/post-type-switcher/discussions
- "Type" column in "Posts" screen.
- "Post Type" interface in "Quick Edit".
- "Post Type" interface in "Edit Post" screen.