[Plugin: Polylang] Organic Structure theme | Menus settings
-
Hi,
I’m using the Organic structure theme which include that: (in header.php)
<div id="navbar"> <?php if ( function_exists('wp_nav_menu') ) { // Check for 3.0+ menus wp_nav_menu( array('title_li' => '', 'depth' => 4, 'container_class' => 'menu') ); } else {?> <ul class="menu"><?php wp_list_pages('title_li=&depth=4'); ?></ul> <?php } ?> </div>
I have tried to add change that to :
wp_nav_menu( array('title_li' => '', 'depth' => 4, 'container_class' => 'menu', 'theme_location' => 'primary') ); }
but the “menus” sections in the settings remain blank.
Any suggestion? Thanks for this great plugin.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Polylang] Organic Structure theme | Menus settings’ is closed to new replies.