0
posted
how to remove container div of the navigation menu in wordpress
<div class="menu">
<ul>
<li class="page_item page-item-16"><a href="http://localhost/example/home/">Home</a></li>
<li class="page_item page-item-2"><a href="http://localhost/example/sample-page/">Sample Page</a></li>
</ul>
</div>
how to remove container div of the navigation menu in Wordpress
it should be direct <ul> , there is no <div class="menu">
wp_nav_menu( );