how to be responsive menu with wp_nav_menu
-
hi all, i’m amateur for wordpress.
i have theme html, and this menu can be responsive.
but, if a version theme wordpress, this menu can’t be responsive.this my menu theme html
<ul id="mainmenu"> <li><a href="#">Home</a></li> <li><a href="#">Course</a> <ul> <li><a href="#">Course List</a> </ul> </li> <li><a href="#">Plans</a></li> <li><a href="#">News</a> <ul> <li><a href="#">News List</a></li> </ul> </li> <li><a href="#">Fullwidth</a></li> <li><a href="#">Gallery</a></li> <li><a href="#">Contact</a></li> </ul>
and this my code for menu wordpress
<ul id="mainmenu"> <?php wp_nav_menu(array( 'theme_location' => 'primary', ); ?> </ul>
anyone can help me? please..
[ No bumping please. ]
- The topic ‘how to be responsive menu with wp_nav_menu’ is closed to new replies.