WordPress Help with Nav Bar

Discussion in 'WordPress' started by ladesignz, Dec 3, 2006.

  1. #1
    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
     
    ladesignz, Dec 3, 2006 IP
  2. kkibak

    kkibak Peon

    Messages:
    1,083
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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)?
     
    kkibak, Dec 3, 2006 IP
  3. ladesignz

    ladesignz Active Member

    Messages:
    112
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #3
    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
     
    ladesignz, Dec 3, 2006 IP
  4. ladesignz

    ladesignz Active Member

    Messages:
    112
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #4
    actually its working now in IE but not in Firefox
     
    ladesignz, Dec 3, 2006 IP
  5. Austars

    Austars Active Member

    Messages:
    1,437
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    95
    #5
    Try clearing your cache.
     
    Austars, Dec 3, 2006 IP
  6. kkibak

    kkibak Peon

    Messages:
    1,083
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yeah this is why I was confused, it seems to be working fine for me in FF
     
    kkibak, Dec 3, 2006 IP