Remove the Leave a Comment

Discussion in 'Woodpecker WordPress Business Theme' started by pdonov, Jan 12, 2014.

Thread Status:
Not open for further replies.
  1. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Hello,
    Is there a way to disable or remove the leave a comment section in the default page? Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to page.php present in your theme directory and remove the code given below

    Code:
        <?php comments_template(); ?>

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Sorry for the elementary question, but how do I get to my "page.php present in my theme directory"?

    Many Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this

    Go to the Dashboard > Appearance > editor > page.php
    and make changes there.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page