• I’ve created a page template for a static home page with absolutely no blog details on it & a news page in which the blog feed should feed.

    I’ve used the appropriate header declaration in each template specifying them as such and in wordpress admin assigned each page to the appropriate template.

    However every single page is using my “Home” page template. No matter what edits I make, I cannot get the new page to use the template I’ve called “News”.

    /*
    Template Name: Home Page
    */

    /*
    Template Name: News Page
    */

Viewing 2 replies - 1 through 2 (of 2 total)
  • must be like so to work

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

    Thread Starter stressed_eric

    (@stressed_eric)

    Yep – does look like that on the page. – Took it as read the php wrap was there.

    I’ve got round my initial obstacle with a bit of extra CSS formatting but this doesn’t resolve the issue long term.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site not using specified template’ is closed to new replies.