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
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
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