Benoit Machuel
Results
3
comments of
Benoit Machuel
Try and copy/paste this in your function.php: ``` php // Makes menu urls work with Qtranslate function qtranslate_menu_item( $menu_item ) { if (stripos($menu_item->url, get_site_url()) !== false){ $menu_item->url = qtrans_convertURL($menu_item->url); }...
Hi Derbub, Have you tried Qtranslate's built-in language selector? Benoît
@derbub Can you post a link to your webpage so that we have an idea of what you are trying to achieve?