Saltar navegación

[Resuelto] Display Field title

This support ticket is created 4 years, 5 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Zona horaria del colaborador: America/Jamaica (GMT-05:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Jay 4 years, 5 months ago.

Asistido por: Shane.

Autor
Mensajes
#2245907

Jay

Tell us what you are trying to do?
I want the field name to display as a title attached to the field.
I would think there is an easy option or button in settings that say "Display field title on the template"

Is there any documentation that you are following?
Ive read all previous articles

Is there a similar example that we can see?

What is the link to your site? enlace oculto

#2245909

Jay

Im using Generate Press if that is relevant.

#2246207

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Jay,

Thank you for getting in touch.

In order to display the field's name you will need to use the show_name attribute on the shortcode being used to display the field.

Here is an example below.

[types field='my-field' show_name='true'][/types]

Where my-field is the slug of the custom field.

Please let me know if this helps.
Thanks,
Shane

#2248055

Jay

My issue is resolved now. Thank you!