Viewing 4 replies - 1 through 4 (of 4 total)
  • I am assuming – Page template you are using is “Default”

    Now follow these steps :
    1. Make an copy of page.php, name it “no-sidebar-page.php” (you can give any name ?? )
    2. Open newly created file “no-sidebar-page.php” put this comment on top of page after under <?php

    <?php
    /*
    Template Name: No Sidebar
    */

    3. Now find there could

    get_sidebar

    function. Delet that function and see the results.

    4. Assign this template to those page where you don’t want to show sidebar.

    (You may need to change a bit HTML markup too)
    All done ??

    Thread Starter pready

    (@pready)

    Thanks.
    I was looking for the option to untick or select template “without sidebar”
    I also cannot get the slider working, so I might find another theme.

    Sounds Good. It should be marked as resolved.

    Thread Starter pready

    (@pready)

    Good point, thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Turn off sidebar on some pages’ is closed to new replies.