Skip Navigation

[Resolved] Personalizar URL taxonomía

This support ticket is created 3 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.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by aitorS 3 years, 1 month ago.

Assisted by: Nigel.

Author
Posts
#2194607

Tengo la siguiente estructura de URL para taxonomía que usan varios CPT:

hidden link

Pero quiero modificar esta estructura de URL para las taxonomía para incluir el CPT al que pertenecen, para lograr al tipo:

hidden link

¿Cómo puedo lograrlo?

#2194865

Nigel
Supporter

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

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

No se puede por el UI de WordPress ó de Toolset.

Sea necesario implementar tal estructura mediante código particular, ó por un plugin dedicado a personalizar permalinks.

(Buscaba un plugin así pero puede ser que solo hay plugins comerciales que incluyen tal funcionalidad, como hidden link)

Para una solución en código, este hilo en stackoverflow tiene el mismo caso de uso como el tuyo: https://stackoverflow.com/questions/23698827/custom-permalink-structure-custom-post-type-custom-taxonomy-post-name/

Aquí hay una guia de permalinks en general: hidden link (Imágino que existen guias en español.)

#2196763

My issue is resolved now. Thank you!