• Hello again….

    I am using an HTML5 WordPress theme, and I have noticed that my Menu is Wrapped within a Div Tag, when in fact I would like it to be wrapped in a Nav Tag.
    Now, I have tried every solution offered by Codex, and still cannot get it to change. This is what I have in my’ header.php ‘ :

    <!-- Start of Nav Menu -->
                 <?php wp_nav_menu( array(
    			 'theme_location' => 'header-menu',
    			 'container' => 'nav',
    			   ) ); ?>
    <!-- End of Nav Menu -->

    Am I missing something…?

    Thank you….

  • The topic ‘Menu Location Parameters Issue Div to Nav’ is closed to new replies.