• I want to convert the home page into a static page and a page called ‘New’ into a list of new posts.

    How do I create a Page called ‘New’ that has the list of new posts?

    OR… so basically you create a new template and change the Page call ‘New’ to that template. Why doesn’t the new template show up?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I would just go to
    admin -> Write -> Page
    Title it “New”
    Select it as your static front page.
    You should upgrade, also. 2.1.1 has a security flaw.

    Thread Starter dcole07

    (@dcole07)

    That would solve to home page thing… but I want a 2nd page that is not the index.php page to show new posts.

    I can’t input PHP into Pages so I will have to use a new template right? How do I do that? .. because it doesn’t see the new template

    Thread Starter dcole07

    (@dcole07)

    Okay… I was messing around and I think I’ve fixed the problem! It wasn’t seeing the page template, but everything is okay now.

    Please post the resolution so other folks searching will get help.

    Thread Starter dcole07

    (@dcole07)

    NVM, still have problems!

    When I add:

    <?php
    /*
    Template Name: NEW
    */
    ?>

    I can select it as a template, but I can’t use it. When I don’t have it I can see it in the list of file, but I can’t select it. So how can I switch to a new page template.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page like Home page’ is closed to new replies.