Saltar navegación

[Resuelto] Convert gallery item to wordpress post?

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

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel 2 years, 8 months ago.

Autor
Mensajes
#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. - enlace oculto

What is the link to your site?
lzxray.com

#2661657

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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