Add ‘Home’ button to the MENU bar?!
-
I’m trying to insert a ‘HOME’ button before the other PAGES in the main nav. The code works and the ‘HOME’ button appears first, but it kicks the rest of the menu items to another line thereby doubling the vertical height of the menu bar itself.
Here’s the code:
NOTE: Even putting the HREF tag inside the UL CLASS tag results in the same.<div id="menu"> <ul class="pagelinks"> <a href="<?php bloginfo('url'); ?>" title="Home">Home.</a> <?php wp_list_pages('title_li=&depth=1'); ?> </ul> </div>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Add ‘Home’ button to the MENU bar?!’ is closed to new replies.