Exporting editable Custom Post Types
-
Apologies if this question has been answered before.
Perhaps this is not possible but I am trying to export my custom post types so I can use them within another installation of WordPress. I also want to be able to edit/tweak them from within the other installation. However the code that I get from the export only gives me static post types that need to be added via functions.php. When I attempt to edit the custom post types they only show up under the “Additional Custom Post Types” list.
Is there a way to get the post types imported as “real” items I can edit from within the Custom Post Type UI Manage Post Type area?
and even better is there a way to get the post types to export/import so I don’t have to create them via functions.php so that they are available in any theme not just the theme I add the register_post_type functions to?
Perhaps the former question will answer the later.
Thanks for your help in advance.
- The topic ‘Exporting editable Custom Post Types’ is closed to new replies.