Contact Form Edits

Discussion in 'ColorWay WordPress Theme' started by toolbox, Apr 23, 2013.

  1. toolbox

    toolbox New Member

    Joined:
    Feb 21, 2012
    Messages:
    4
    Likes Received:
    0
    Hi,

    Is there a way to delete a side bar on the contact form. I've tried the full page template but then the contact form doesn't appear (just a blank page).

    eg here: http://design1kitchen.com.au/contact-form/

    Thanks

    TB
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to contact.php present in your theme directory and remove the code given below

    Code:
        <?php get_sidebar(); ?>
    Sending image for reference

    [​IMG]


    This will solve your issue.
     

Share This Page