I think i messed up somewhere

Discussion in 'Site & Server Administration' started by Hades, Apr 19, 2007.

  1. #1
    Hello,
    I downloaded a new skin for my wordpress blog, and it seemed to have worked fine. Now it seems that if you click on any of links (ie categories, archives, etc) either on the navigation bar or up top, it takes you back to the home page. Can anyone help me? the site is www.inet-junkie.com

    Thank you
    Nick
     
    Hades, Apr 19, 2007 IP
  2. mototips

    mototips Well-Known Member

    Messages:
    327
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #2
    your side links are working fine for me... The reason your top links dont work is you dont have them pointing anywhere... From your site...
    
          <li><a title="iNet-Junkie" href="http://inet-junkie.com">home</a></li>
          <li><a title="categories" href="#">categories</a></li>
          <li><a title="archives" href="#">archives</a></li>
          <li><a title="links" href="#">links</a></li>
          <li><a title="contact" href="#">contact</a></li>
    Code (markup):
    You need to assign some links and you should be good to go :D
     
    mototips, Apr 19, 2007 IP
    Hades likes this.
  3. Hades

    Hades Well-Known Member

    Messages:
    1,873
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    150
    #3
    Ok thanks. Rep added. The side links seem to not be working in my browser, Opera.

    Thanks
    Nick
     
    Hades, Apr 19, 2007 IP
  4. mototips

    mototips Well-Known Member

    Messages:
    327
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Oh i see what you are saying... The sub cats on the side links are working but the catagories them selfs are not once again you need to assign them some value :)
    From your page
    
    <a href="#" title="Categories" onclick="showhidelayer('subcat1');">Categories</a>
          </h2>
          <ul id="subcat1" style="display:none; margin:0px; padding:0px;">
            	<li><a href="http://inet-junkie.com/?cat=3" title="View all posts filed under Google">Google</a>
    Code (markup):
    I thought you would want it to just show the subcats so i figured it was working fine. If you wanted to link to a categories page once again you need to add the code for that where the # is :D
     
    mototips, Apr 19, 2007 IP