nice nav!!
but i have not set in Wodpress nav
ul class not set
my wordpress nav code below
<div class="menu">
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'menu' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
</div>
How to set in ul class?
2 comments
design@wc said
nice nav!!
but i have not set in Wodpress nav
ul class not set
my wordpress nav code below
<div class="menu">
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'menu' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
</div>
How to set in ul class?
thanks
design@wc
Thibaut said
I'm not familiar with WordPress themes, sorry.