Feb
13
2009
How To: Modify the Azul/Baughxie Navigation Bar
Updated – 05/17/2009 Thanks to Marla for pointing this out. You can easily change the “Home” button on the Azul/Baughxie themes to anything you want by simply modifying this bit of code in the “header.php” file: <div id=”navbar”> <?php wp_page_menu(‘show_home=1′); ?> </div> All we need to do is modify the menu tag something like this [...]
11