• I have lots of pages on my blog and I am looking to use the Freshy theme. I was wonderinf if anyone knew how to get rid of the page links in my top menu bar. I only want them in the sidebar, which is what I have now. I just want them out of the top navigation bar and just have Home, About Me and Contact.

    Thanks in advance,
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for the template that has the top navigation menu. Probably your “header.php” file (Header). Find this :

    <?php wp_list_pages(”); ?>

    Delete it. Make sure you back up the template though, just in case anything gets messed up.

    ADDED: Are the Home/about/contact/etc pages generated by the list pages code? if so you will prolly need to manually ented them. you could use the “exclude” argument, but you would have to add to it every page you want to exclude, and add to it every time you add a new page.

    Thread Starter blazzinmatt

    (@blazzinmatt)

    That’s what I was looking for and its not there.
    Here is my header code, maybe someone can figure it out.

    [Moderated: Please use a pastebin type service for that much code. Or copy it to a .txt file and post a link to it. Thanks!]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help With Freshy Theme’ is closed to new replies.