Skip Navigation

[Resolved] Display Field title

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

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Jay 3 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#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? hidden link

#2245909

Jay

Im using Generate Press if that is relevant.

#2246207

Shane
Supporter

Languages: English (English )

Timezone: 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!