Forums
Forums / Themes and Templates / header menu customization
(@remap)
13 years, 10 months ago
I’ve just added a header menu to my layout as you can see here I’m trying to style it but I’m not really sure how. This is what I have right now in header.php. But the php wp_nav_menu is not accepting the div id headermenu
<div id="page"> <div id="headermenu"> <?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?> <div id="header"> <div id="headerimg"> </div> </div> </div>
I figured it out myself
The topic ‘header menu customization’ is closed to new replies.