Hi,
searched the whole forum and Google, but didn’t find a solution.
Enfold outputs the title I put into the Yoast widget on pages. E.g. [PAGE TITLE]
But it doesn’t output the title structure set in Yoast settings. E.g. [PAGE TITLE] – [SITE TITLE]
And this filter does nothing – found in an older thread:
add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
function avia_change_title_tag($title, $wptitle) {
return $wptitle;
}
Is there a new filter available?
Hey Carsten!
at first please upgrade to Enfold 3.2.3. and let us know if you still need help.
Best regards,
Andy
Hi Andy,
thank you for the response.
It is currently not possible to update the theme on this site.
But I updated another site’s theme and it still doesn’t work – tested with the blog page.
Hi!
It is working fine on my XAMPP setup. Are you sure your using the plugin correctly? You can set the title template in Dashboard > SEO > Titles & Meta > Post Types > Pages. If you set the site title when editing the page then it will override the default template you have set.
What happens when you deactivate all other plugins and activate the default theme? If your still seeing problems after doing that then send us a link to the exact page your testing and we’ll take a look.
Best regards,
Elliott
Thank you.
Got it now. Just added Yoast snippet %%sitename%%
to the box.
And yes, I don’t work often with this plugin. :-)