Skip Navigation

[Resolved] How do I have custom fields data in Yoast Plugin Title/Description fields

This support ticket is created 4 years, 11 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 – 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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 4 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#1408019

Hi,

I have installed Yoast SEO plugin and would like to have custom post fields in meta title/description. How do I go about doing this?

Any help would be appreciated.

#1408037

Hello,

There isn't such built-in feature within Toolset plugins, you might consider custom codes, for example, for the meta decription of Yoast SEO plugin, you can use filter hook to trigger a PHP function:
hidden link
In this function, setup the result as your custom field values
https://toolset.com/documentation/customizing-sites-using-php/functions/

For meta title of Yoast SEO plugin
hidden link