It doesn’t work for me either. I’m using WordPress 3.7.1.
Not working for me either
Since you guys are two out of 4,427 people that did not have errors, maybe it is something about you or your setup. This plugin is so simple that it has no room for mistake, check the code.
Here that is all. Is there a possibility for Error there
add_filter(‘wpseo_title’,’qtranslate_filter’,10,3);
function qtranslate_filter($title)
{
return __($title);
}
Hi , thanks for the plugin. I have problem also, doesnt seem to work, but maybe is because Im using MQtranslate. Does the filter work with this fork of Qtranslate -that seems to be abandoned by the developer who created it?
Sorry: it works!!!!! 🙂
can I filter also meta description?? How should I format it??
thanks!!!
add_filter('wpseo_meta','qtranslate_filter',10,3);
function qtranslate_filter($title)
{
return __($title);
}
Hi!
How did you get this to work with mqTranslate?
Not working for me 🙁
And did you finally find a way to filter the meta description too??
Many thanks!!
It doesnt work for me 🙁
Is it because I am using Qtranslate plus?
Please help me!
if qTranslate Plus has same filter it should work. If not it will never work, sorry.
Guys if you care about SEO , forgert about qtranslate…
WPML or several installs, the solution…
qtranslate is dead.
@dub mahadev: True… I don’t use qTranslate anymore…
sad but true @lupetalo
the only good thing of qtrans was that it was free
and i admire the community and guys like you that
did an effort to keep it alive. peace
There is that https://wordpress.org/plugins/qtranslate-xp/ But i did not have time to test it…