Buddypress + qtranslate + default Buddypress theme reset language
-
I have an issue with buddypress resseting the language to default (english).
Ive read this on qtranslate forum:
Clicking on the Title/Home-Link resets selected language.Postby Qian Qin » Sat Dec 20, 2008 11:57 pm
This is a template problem. Your template is using get_option(‘home’) to get the link for the front page, which is BAD! get_option is not supposed to be used in templates. There is a function called bloginfo for templates. Use that instead and everything will work the way it is supposed to.Anyone know how to get it works? Thanks
You must be logged in to reply to this topic.