• Resolved riftshighway

    (@riftshighway)


    Hello there!

    My issue is that I want to create just a SINGLE page on my site that uses a different template than the the standard one. E.g. On a single page, rather than having the sidebars, there will be no sidebars.

    Is this possible? Thanks!

    If you want to see what I’m getting at, go to

    https://www.airsoftica.com/?page_id=638

    You can see that the forum is very squished and I’d like to take off the side bars. Thanks in advance!

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

    (@vaughan-van-dyk)

    Hi,

    For a page to use a different template, you need to first create that template PHP file (in which you won’t call any of the sidebars). At the top of that file place the following text (I’ve just called the template “Forum” here but you can use whatever name):

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

    Then in the WordPress Admin panel, edit the page and in the Page Template section, select the “Forum” template from the drop-down list.

    Hope that helps.
    Vaughan

    Thread Starter riftshighway

    (@riftshighway)

    It absolutely helped!

    Essentially I just created another template w/out the right sidebar and it looks fantastic. Thanks a bunch Vaughan, you rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a page WITHOUT sidebars/header etc’ is closed to new replies.