Description
I have recently imported a drupal site’s content to a WordPress site but after the import, I found that many content are missing from wp-admin. I checked database and found that the content were imported as different post types. There were more than 30 post types. So, I started to think for an easy way to bring all the post types inside wp-admin.
That’s the situation when I wrote this very simple plugin. This plugin will check for all the missing post types that has content in database but not registered in WordPress system & then create all the missing post types.
What after that ?
There are many things you can do after post types creation. You can keep all content in this post type or even you can convert to other post types if needed.
Want to do it without plugin ?
Features :
- Very simple, Just install, activate and relax!
- Checks for missing post types and register all of them
More Plugins to check :
Please Don’t Forget to leave a review if you find this plugin useful.
Thanks
Installation
Installing this plugin is pretty simple like all other wordpress plugins. Here are 2 ways to install :
Manual Install
- Download the zipped plugin from wordpress repository
- Extract the zipped folder
- Upload themencode-register-all-post-types to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Done…!
- The plugin itself will do the rest.
Automatic Install
- Go to Plugins-> Add New from your wordpress Dashboard
- Search ThemeNcode Register All Post Types
- From the results click on ‘install now’
- Activate the plugin through the Plugins’ menu in WordPress
- Done…!
- The plugin itself will do the rest.
FAQ
-
Does it harm my existing content ?
-
No, It will just create missing post types to get your hiddent content visible.
-
I have a question, would you help ?
-
Of course, Please use the support forum on wordpress.org or feel free to contact us.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Register All Post Types by ThemeNcode” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Register All Post Types by ThemeNcode” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- Code cleanup
1.0
- First Release.