Skip Navigation

[Resolved] Migrate from Pods to Toolset – move posts?

This thread is resolved. Here is a description of the problem and solution.

Problem:

Migrate custom post types from Pods.io framework to Toolset Types.

Solution:

Types plugin is using standard WordPress function register_post_type() to create new custom post type

https://codex.wordpress.org/Function_Reference/register_post_type

if the Pods.io framework is using the same way to create custom post type, I suggest you follow our document to convert the custom post type to Types control by following our document:

https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/

If you need to migrate the post data to another new post type, please check this document:

https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/

Relevant Documentation:

https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/

This support ticket is created 6 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#775272

I previously built my custom post type and posts using the Pods.io framework. It was missing some features that Toolset had, so am now switching over on this website to using 100% Toolset. I've got the framework in place and my next step is to take the 70+ posts I had created under the Pods custom post type and create them under the Toolset custom post type. Before I go through each post and copy/paste to new posts under Toolset, is there a bulk way to migrate them to Toolset?

#775809

Hello,

Types plugin is using standard WordPress function register_post_type() to create new custom post type
https://codex.wordpress.org/Function_Reference/register_post_type

if the Pods.io framework is using the same way to create custom post type, I suggest you follow our document to convert the custom post type to Types control by following our document:
https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/

If you need to migrate the post data to another new post type, please check this document:
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/

#826953

thanks

#837567

You are welcome