[Plugin: Breadcrumb NavXT] qtranslate and Home link
-
I am using the qtranslate for a multilingual blog. It is working fine with Breadcrumb NavXT except when it comes to the home link. The home link links always (not matter what language is active) to the home page of the default language.
But the home link of the german version should link to german home page and the italian version to the italian home page. Both lead now to the english home page since english is the default language.
Within the navigation menu I have resolved that problem by using
<a href="<?php echo qtrans_convertURL(get_settings('home')); ?>"> <?php _e('Home','MyTheme'); ?></a>
How can I do this with the Breadcrumb NavXT plugin?
Thanks a lot for your help in advance.
- The topic ‘[Plugin: Breadcrumb NavXT] qtranslate and Home link’ is closed to new replies.