sybrew / The-SEO-Framework-Extension-Manager

A WordPress plugin that manages extensions for The SEO Framework.
https://tsf.fyi/em
GNU General Public License v3.0
76 stars 9 forks source link

Add support for custom field values in the meta title and description (Meta Box support) #84

Open touchdowntech opened 11 months ago

touchdowntech commented 11 months ago

I often use custom fields for my website (e.g. delivery charge to a service area). It would be great if I could simply update the custom field and use that value in the meta title or description. It would managing and scaling the website much simpler because there'd be a single source of truth. I use Meta Box for my custom fields and post types.

sybrew commented 8 months ago

Sorry for the huge delay; you caught me during the busy Black Friday week, and then I missed this issue.

You're probably requesting a feature akin to this: https://github.com/sybrew/the-seo-framework/issues/140. It should include an API so devs can quickly add custom fields.

Until then, other filters can be used (I posted examples in the issue linked above).

touchdowntech commented 8 months ago

Perfect! Yes, this is what I was hoping for.