Remove the div and ul tags from wp_nav_menu() function
-
Hello!
I’ve tried to delete the
div
andul
tags from the functionwp_nav_menu()
by defining the parametercontainer
asnone
but thediv
anful
tags still showing.This is the whole code of my
wp_nav_menu()
function and parameters:wp_nav_menu( array( 'menu_class' => 'Navigation', 'container' => 'none', 'container_class' => 'menu-header', 'theme_location' => 'primary' ));
How can I resolve that issue?
Thanks!
- The topic ‘Remove the div and ul tags from wp_nav_menu() function’ is closed to new replies.