• Resolved Dan Paquette

    (@digitalicious)


    Hello all,

    I’m having a bit of an issue with page templates. I’ve created a page template to use as my static homepage. I’ve called it home.php, and set up the name in the corresponding file as:

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

    That’s all well and good. I created my “Home” page in the pages menu, and created my “In the Works” page that will act as the blog section. I went into Reading, set my front page to static, selected “Home” as my front page, and “In the Works” as my blog page. I then went into the “Home”, and set it to use home.php as a template, because I want the homepage to pull content from there.

    The problem is, now the blog page is also pulling the information from home.php instead of index.php. You can see this at:

    http://artfuledutainment.com/wordpress/

    And if you click on “In the Works”, you can see that it is pulling the slider and the “Our Work” heading that is only in home.php. All other pages work just fine.

    What’s going on here, and is there any way around it?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page Templates Problem’ is closed to new replies.