• If I remember correctly you use to be able to use a separate theme for different pages in WordPress. It was a drop down box on the side of the page.

    I am using WordPress 2.2 and cannot seem to locate the place to do this. I have looked on the Codex and browsed these forums. How do I use a separate template on a page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is still a problem. Can’t anyone find a solution?

    Not a separate theme but a custom Page template. (see the templates section of the link)

    Now, the option to select your custom template while writing a Page will apear only if you have at least 2 (two) Page templates: the default page.php AND another one made according to the instructions in the Codex article above.

    Just added

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

    on top of my archives pages, just like it is mentioned in de codex article.

    And now the drop down box appears. 🙂

    Thanks a lot moshu !

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

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