Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It depends on which theme you’re using, which theme are you using?

    As a theme developer you can virtually add as many templates as you like. Add a new file to your theme folder like template-mycooltemplate.php. Inside of it you’ll need to start with

    <?php
    /*
    Template Name: My Cool Template
    */
    ?>

    and there you go. Just add the important wp template tags and your desired HTML structure and here you go.

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