Saltar navegación

[Resuelto] Custom Post Type permalink structure

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

I need to change the permalink structure of my custom post type.

Solution:

The custom post type permalink structure will apply the WordPress rewrite setting, for example:

Dashboard-> Settings-> Permalink, Enable option "Post name".

Relevant Documentation:

This support ticket is created 4 years, 10 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 -

Zona horaria del colaborador: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por jonathanR-5 4 years, 10 months ago.

Asistido por: Luo Yang.

Autor
Mensajes
#2119437
screen.png

Hi, I need to change the permalink structure of my custom post type from this:
enlace oculto
to something like this:
enlace oculto
or
enlace oculto

Attached is a screenshot of my current settings.

#2119573

Hello,

The custom post type permalink structure will apply the WordPress rewrite setting, for example:
Dashboard-> Settings-> Permalink, Enable option "Post name". And test again

#2120057

I have a custom structure for permalinks: /%category%/%postname%/
Is there another solution?

#2120123

My issue is resolved now. Thank you!