• 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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter robbentley

    (@robbentley)

    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>

    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.

    Thread Starter robbentley

    (@robbentley)

    Thank you!

    britchat

    (@britchat)

    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?

    cynthiawallace

    (@cynthiawallace)

    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.

    britchat

    (@britchat)

    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.

    TrishaM

    (@trisham)

    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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘New pages won’t list in header’ is closed to new replies.