There is a statistical Html

<ul class="menu-nav"> <li><a href="#tabs-1">Your Title</a></li> <li><a href="#tabs-2">About Us</a></li> <li><a href="#tabs-3">Another Title</a></li> </ul> 

When I output the wp_nav_menu function, it displays only menu links, and completely different styles are generated in the console ..

 <ul class="menu-nav"> <?php wp_nav_menu(array('theme_location' => 'menu')); ?> </ul> 

Help, how to solve this problem.

    1 answer 1

    Try using 'items_wrap'=> '<ul id="%1$s" class="%2$s">%3$s</ul>',
    in it you can set the output of your links as you like, read more here http://wp-kama.ru/function/wp_nav_menu