I wish to override certain metadata fields such as title, description and keywords from either my blade template and or App controller. How do I go about that? It looks like wp_head() is called by default
Thanks
Nick
I wish to override certain metadata fields such as title, description and keywords from either my blade template and or App controller. How do I go about that? It looks like wp_head() is called by default
Thanks
Nick
The controllers will execute after the head has already been printed, I believe. Sage doesn’t offer any specific tools to do what you’re taking about, so I’d look into the filters WordPress itself provides.
This topic was automatically closed after 42 days. New replies are no longer allowed.