Skip Navigation

[Resolved] Convert gallery item to wordpress post?

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.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 1 year, 9 months ago.

Author
Posts
#2661595

Tell us what you are trying to do?
I would like to convert all the gallery items created with Toolset into generic wordpress posts. Is there a way to do this?

Is there any documentation that you are following?
None - please point me to the discussion if there is any.

Is there a similar example that we can see?
Here is an example gallery item - they all have a picture and some text. - hidden link

What is the link to your site?
lzxray.com

#2661657

Nigel
Supporter

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

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

Hi there

gallery_item is a custom post type, it seems.

You want to bulk change the post type from gallery_item to the standard WordPress post type "post", yes?

You can use a plugin like Post Type Switcher for that: https://wordpress.org/plugins/post-type-switcher/

#2662089

Thank you