Skip Navigation

[Resolved] Migrating from WP Pods

This support ticket is created 2 years, 1 month 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 2 replies, has 2 voices.

Last updated by Lars Adolfsen 2 years, 1 month ago.

Author
Posts
#2313213

Tell us what you are trying to do? Migrate from WP Pods to Toolset. is there an easy way to do this?

What is the link to your site? hidden link

#2313289

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Lars

There is no migration tool available, you would need to set up your post types, custom fields, and taxonomies within Toolset.

If you register a custom post type with the same slug as was being used for the post type in Pods then the existing posts will be recognised.

If registering a custom taxonomy then register it with the same slug, I expect that the terms will be recognised and assigned to the same posts as before.

The problematic part will be the custom fields. Like Pods or ACF, Toolset stores custom fields using the standard WordPress wp_postmeta table. The difference is that Toolset ordinarily adds a 'wpcf-' prefix to the custom field slugs to produce the meta_key's.

So a custom field in Pods with a slug of 'priority' would be stored in wp_postmeta with the meta_key of 'priority', but an equivalent Toolset custom field would be stored with a meta_key of 'wpcf-priority'.

So if creating the "same" custom fields in Toolset, the existing data in wp_postmeta will not be recognised.

One possible way around that is, when editing a Custom Field Group in Toolset, to use the Post Field Control button, whereby you can bring existing non-Toolset fields under Types control, although this only works for simple field types.

#2322653

I have not found a way to move Pods values to Toolset. I will do this manually.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.