Passer la navigation

[Résolu] How to display hidden post field, e.g. from Yoast

This support ticket is created Il y a 3 années et 8 mois. 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

Fuseau horaire du supporter : Africa/Casablanca (GMT+01:00)

Marqué : ,

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Jamal Il y a 3 années et 8 mois.

Assisté par: Jamal.

Auteur
Publications
#2236891

Tell us what you are trying to do?

I want to display some hidden post fields e.g. Yoast Title field - _yoast_wpseo_title

I try this: [types field='_yoast_wpseo_title'][/types] but it doesn't work.

#2237443

Hello and thank you for contacting the Toolset support.

The Types shortcode will render only the fields that are managed by Toolset. If you want to get the raw value from a non Toolset custom field, use the wpv-post-field shortcode instead.

[wpv-post-field name="_yoast_wpseo_title"]

I hope this helps. Let me know if you have any questions.