Forums

New pages won't list in header (8 posts)

  1. robbentley
    Member
    Posted 4 years ago #

    I just set up my blog with the cutline 3 column split theme. The default Front Page, Archive, and About pages are there but when I hit publish on a new page, it doesn't appear up there. Anyone know what I'm doing wrong?

    Thanks

  2. robbentley
    Member
    Posted 4 years ago #

    Here's my header code, thanks in advance:

    <ul id="nav">
    
    <li><a>href="<?php bloginfo('url'); ?>">front page</a></li>
    <li><a>href="<?php bloginfo('url'); ?>/archives/">archives</a></li>
    <li><a>href="<?php bloginfo('url'); ?>/about/">about</a></li>
    		<li class="rss"><a>">RSS</a></li>
    </ul>
  3. Chris_K
    Member
    Posted 4 years ago #

    I trimmed all that code and left just the bits you care about.

    While many themes display new Pages automatically, this one doesn't. So if you want to add another Page to the menu, you'll need to add another item in the list for it.

  4. robbentley
    Member
    Posted 4 years ago #

    Thank you!

  5. britchat
    Member
    Posted 4 years ago #

    Please could you add to this - I have the same problem, but the above answer does not seem to help. I am not sure how to fix this problem.

    What do I change my code to please?

  6. cynthiawallace
    Member
    Posted 4 years ago #

    I have the same problem with cutline. How do I add another page to the menu... and eliminate the two already there - archive and about - that don't work? Many thanks.

  7. britchat
    Member
    Posted 4 years ago #

    I did it by using option 2 on this page Why Don’t My “Archives” and “About” Links Work?

    My links to Archive and about and sitemap all work and I now know how to add more links to this theme!

    See my site at in business blog if you want to have a look at a site working with this theme.

  8. TrishaM
    Member
    Posted 4 years ago #

    You need a function such as wp_list_pages, like this:
    <?php wp_list_pages('sort_column=menu_order&title_li='); ?>

    Read this Codex page for more info

Topic Closed

This topic has been closed to new replies.

About this Topic