Forums

How to get navigation workiing on top? (3 posts)

  1. funnymoney
    Member
    Posted 3 years ago #

    Hi guys my site: http://www.smashmyiphone3g.com
    does not have top navigation. What i mean is, it says Home but there should also be an About page. I created a few pages and published them but they do not show up. I'm sure the other features of the theme I'm using are set to show this. Thanks

  2. MadsK
    Member
    Posted 3 years ago #

    Which theme is it your using?

    Check to see in the CSS file that the top navbar is set to display inline!

  3. MadsK
    Member
    Posted 3 years ago #

    You could try to replace the ul you have now with this

    <ul id="navbar">
    <?php wp_list_pages('title_li='); ?>
    < / ul>

    CSS should look like

    ul#navbar {
    float: left;
    }

    ul#navbar li {
    float: left;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.