I just put up a new blog and am totally lost with setting up the links for the nav bar. blog is here www.ladesignz.com/WordPress I have created pages 1-4 so that would be id1, id2 so forth which would make the link http://ladesignz.com/WordPress/?page_id=3 So I edited the header.php to show this <div class="container"> <div class="navigation"> <a href="http://ladesignz.com/WordPress/?page_id=3"></a>Home</a> and the orignal code is: <div class="navigation"> <a href="<?php bloginfo('url'); ?>">Home</a> Please help - thank you in advance
Sorry I would try to help but I don't completely understand what you're trying to do. What link do you want to add to the nav bar (exactly, including anchor text)?
click on this link - do you see where it says home www.ladesignz.com/WordPress it should go to http://ladesignz.com/WordPress/?page_id=3 This is the code supplied in the theme Im trying to edit it so that the nav works: <div class="container"> <div class="navigation"> <a href="<?php bloginfo('url'); ?>">Home</a> <a href="">About</a> <a href="">Photo</a> <a href="">Blog</a> <a href="">Contact</a> <div class="clearer"><span></span></div> </div> I'd also like to change the link names but when I edit them in notepad and ftp back over the header.php file they do not change