• Resolved Scribe

    (@scribe)


    I’m using 2.1 and I actually want to create possibly five Page templates with five different sidebars (this is for a three column theme). I’ve disabled the permalink action on the site, as well as the comments, so there won’t be any confusion there. My site will have a limited number of Pages, rather than blog posts.

    Is it possible to create more than one Page template? If so, how is it done?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can have as many as you like. Check out the Page Templates documentation.

    You can copy a template file as many times as you wish and rename it to any name you want. Then you can modify it. Don’t forget to change the template name inside the code:

    (Every template file must have

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

    inside the code)

    Thread Starter Scribe

    (@scribe)

    Thank you. It’s so easy to do. I can’t believe I had so much trouble with it.

    Again, thank you.

    Surprisingly easy -By the way once u have created the template how do u implement it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creating Additional Page Templates’ is closed to new replies.