hi am using the qtranslate plugin. everything is working,but slider title does not show the multilingual like as English and Russian language....how to solve this problem?
WordPress version 3.5.1.
You need to do the following:
1.) Make slider title use qTranslate language tags like this:
<!--:en-->english title<!--:--><!--:de-->german title<!--:-->
2.) locate where the slider title is used in the template and use _e()
function like this
_e($title)
To learn more about _e()
function check Translating Wordpress article.