Dear Jack
Content of custom post types you can export using built-in export option:
WP-admin -> tools -> export
For import you can use https://ww.wp.xz.cn/plugins/wordpress-importer/ plugin, but remeber, before import you must first defined all custom types which you need.
If you want to export Types “definition” then use:
Types -> Options -> Export
Cheers,
Marcin
I’m trying to export custom posts created via Types to specific XML format. At that point it will be better to create custom plugin which will do that or to create a parser which will “remap” WP XML to my custom one?
Dzieki 🙂
I have found that plugin helpful in my case: https://ww.wp.xz.cn/support/plugin/wp-all-export
Thanks