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, attachments, and even custom post types:
- Page to Post
- Post to Page
- Page to Attachment
- Post to Custom
Invisible post types, such as revisions, menus, etc., are purposely excluded. But, if you need to access invisible post types, you can adjust the boundaries using the 'pts_post_type_filter' filter.
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.
- In your WordPress Dashboard go to "Plugins" -> "Add Plugin".
- Search for "Post Type Swticher".
- 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 3.0 or greater.
- PHP version 5.2.4 or greater.
- MySQL version 5.0 or greater.
- Latest WordPress version.
- PHP version 5.6 or greater.
- MySQL version 5.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.
- "Type" column in "Posts" screen.
- "Post Type" interface in "Quick Edit".
- "Post Type" interface in "Edit Post" screen.