Remove right side bar on contact page

Discussion in 'WordPress' started by nes_jr429, Mar 2, 2013.

  1. #1
    I am having a problem removing the side bar on the contact page... On the site basically, I have 7 pages and open through navigation links.. I have right side bar on each page.. What I want is I need the right side bar to appear in every page except on the contact page.. Is there something I can do with this? Do I need to edit this one on the certain php file on the editor? I will appreciate all your replies.. thanks...
     
    nes_jr429, Mar 2, 2013 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    Devtard, Mar 2, 2013 IP
  3. nes_jr429

    nes_jr429 Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Ok I'll check this one... thank you... :)
     
    nes_jr429, Mar 2, 2013 IP
  4. ArchAxis

    ArchAxis Well-Known Member

    Messages:
    136
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    175
    #4
    ArchAxis, Mar 3, 2013 IP
  5. rozehrocks

    rozehrocks Active Member

    Messages:
    311
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #5
    Or you could create a custom page.php like page2.php

    just don't include/remove <?php get_sidebar(); ?> in there

    And don't forget to include this at the very top of your new page template:

    <?php
     
    /*
     
    Template Name: Page Name here
     
    */
     
    ?>
    PHP:
    then in creating/editing a page, in right side area in the Page Attributes section, there's a dropdown for Template and select your custom page template.
     
    rozehrocks, Mar 4, 2013 IP
  6. yogeshvashist98

    yogeshvashist98 Active Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    78
    #6
    You have to do a very simple step: Just select full width template for your contact page and you will be done.
     
    yogeshvashist98, Mar 5, 2013 IP
  7. nes_jr429

    nes_jr429 Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #7
    Thank you for your all replies.. I tried all this and wow it works.. Cheers... :cool:
     
    nes_jr429, Mar 5, 2013 IP