First things first: thank you very much for the qTranslate-plugin
I ran into minor issue while using WordPress as a CMS.
In the main menu the URL to the home page doesn't lead to the translated version of the page (should be http://domain.com/LANG) but just to the default page (http://domain.com).
After a short investigation, I could resolve this issue by adding the line:
- Code: Select all
add_filter('home_url', 'qtrans_convertURL');
into my theme.
Maybe this information can be useful for somebody ...
best regards
joern
