/ Published in: PHP
This will give <ul> for the wordpress Menu
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php wp_nav_menu(array('theme_location' => 'primary', 'container' => 'ul', 'menu_id'=>'nav', )); ?>
<?php wp_nav_menu(array('theme_location' => 'primary', 'container' => 'ul', 'menu_id'=>'nav', )); ?>