qTranslate Plus vs mqTranslate vs qTranslate-X
-
Hey guys,
i am using a fixed (by myself) version of qtranslate which is was compatible with WordPress SEO by Yoast. My client just updated WordPress und all the plugins (Yoast to 1.7.1) and some things crashed.
I was able to fix the Sitemap to be in 3 languages, but wasnt able to solve the title problem again. This code isnt working for my title any more:
// 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);
add_filter( ‘wpseo_opengraph_title’, ‘qtranslate_filter’, 10, 1 );I would like to change to one of the plugins named in the title, because i think qTranslate was a great one! (If you know another plugin without multisites, just let me know).
Which one is well supported and always up to date? And where are the differences? Is there someone who tested all of them?
Thank you guys!
- The topic ‘qTranslate Plus vs mqTranslate vs qTranslate-X’ is closed to new replies.