• I just fixed some stuff on the theme I’m using, and somewhere along the lines I messed something up. I didn’t save the old version with my tweaks in it before I started messing with it. (DUMB MISTAKE), and the original has already been loaded back in. I’ve gotten it almost back to normal, but the navigation is still a little messed up and I can’t figure out how to get it back to normal. The site is here I’m just trying to shorten the distance between the different pages. Also I’m trying to get rid of the page displayed right below the navigation and right above the content box. Then on the content box, it just displays “page” Before it would display the page name there. Not really sure how to get that back. Finally I’m trying to see if I can get rid of the “Posted by xxxxx” under each heading. I can’t seem to get it to disappear.
    Any ideas would be greatly appreciated. Thanks everyone!

Viewing 2 replies - 1 through 2 (of 2 total)
  • To move the page links closer to each other, change the padding in this section of your style.css:

    #header ul li li {
    height:35px;
    padding:0 20px;
    position:relative;
    }

    To display a page name, use:

    <?php the_title(); ?>

    Thread Starter jeffwenberg

    (@jeffwenberg)

    Ok cool, thanks for the tips. I got the padding changed, but where would I use the display a page name tag? Sorry if that’s a dumb question, I’m horrible at this stuff.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation isn't working correctly after upgrade’ is closed to new replies.