zTranslate and WordPress SEO by Yoast
-
I’m having trouble with the Site-Titles when I’m using the WordPress SEO Plugin by Yoast. It’s showing both titles, english and german…
Like -> ImressumImpress (Without Space)
And it’s not working with Shortcodes like <:en> because WP SEO deletes them.For qTranslate there was a Solution:
// Enable qTranslate for WordPress SEO function qtranslate_filter($text){ return __($text); } add_filter('wpseo_title', 'qtranslate_filter', 10, 1); add_filter('wpseo_metadesc', 'qtranslate_filter', 10, 1); add_filter('wpseo_metakey', 'qtranslate_filter', 10, 1);
But this isn’t workling anymore. Anyone a solution?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘zTranslate and WordPress SEO by Yoast’ is closed to new replies.