Just show me the menu in English
-
Hello, I installed the plugin and it works polylang almost everything right . The problem is that I created two menus in appearance > menu , one in Spanish and one in English . Onchange I change the language well , but the menu is still out in English .
The code in header is:
<div id=”navigation”>
<div class=”menu-navigation-container”>
<?php wp_nav_menu(array( ‘menu’=> ‘Navigation’, ‘menu_id’=>’menu-navigation’,’fallback_cb’=>’ff_nav_menu_missing’, ‘walker’ => new ff_header_2(), ));?>
</div><!– END div.menu-navigation-container –></div><!– END div#navigation –>
The theme ther are 3 differents header, I use de Header_2.
Help me, thanks.
- The topic ‘Just show me the menu in English’ is closed to new replies.