Skip Navigation

[Resuelto] Slug created by Cred does not work

This support ticket is created hace 5 años. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por israelP hace 5 años.

Asistido por: Nigel.

Autor
Mensajes
#1381747

The post types created through cred forms assign a slug such as .../cred-auto-draft-f528764d624db129b32c21fbca0cb8d6/ The problem is that I have created a View to list all post types in order to click on the post title and see the post type information, but it takes nowhere because of the slug. How can I solve it, please?

#1381815

Nigel
Supporter

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

Zona horaria: Europe/London (GMT+00:00)

The posts have the auto-draft titles because the form which publishes the posts is missing a title field, and so Forms automatically generates a unique title, which is then used to create the permalink (the slug).

I'm not sure I understand what you mean by "it takes nowhere because of the slug".

The slug is long and ugly but it works, it is a normal slug.

If you don't want to include a post title you might want to use an API hook to automatically generate your own shorter, more readable title.

https://toolset.com/documentation/programmer-reference/cred-api/

#1382361

My issue is resolved now. Thank you!