[Plugin: Polylang] Problems with menu
-
Hi! Great plugin but I have some problems with menu.
I read other topics about this problem but I didn’t find solution.
In case I set wp_nav_menu this way:
wp_nav_menu(array('menu' => 'Top Menu', 'container' => '', 'fallback_cb' => 'wp_page_menu', 'echo' => false, 'depth' => 2));
I have problems:
-No home page link
-When I change language, content language is changed but menu language don’t changeIn case I set wp_nav_menu this way:
wp_nav_menu(array('theme_location' => 'Top Menu', 'container' => '', 'fallback_cb' => 'wp_page_menu', 'echo' => false, 'depth' => 2));
– No home page link
– In menu now I have alphabetically ordered pages in that language (it ignore custom menu I made)Any solutions?
The topic ‘[Plugin: Polylang] Problems with menu’ is closed to new replies.