Originally Posted by
alinimmo
hi,
yes but the all in one plugin only allows meta data for one language. There is anoth qtranslate plugin you have to add to get the double titles and meta data
NB DO NOT UPDATE TO WORDPRESS 3.0.2 if you are using qtranslate...it is NOT compatible
There shouldn't be any problem running qtranslate with
wp 3.0.2. qtranslate has just an built-in security setting that disables qtranslate by default if a newer wordpress version is used.
If you look in qtranslate.php line 79
define('QT_SUPPORTED_WP_VERSION', '3.0.1');
replace it with
define('QT_SUPPORTED_WP_VERSION', '3.0.2');
than qtranslate should actually be working again.
I trust that the developer will release an update shortly. He is usually very quick if an update comes out.