How do I get rid of Comments & Reponses message at bottom of pages?

Discussion in 'Cloriato WordPress Theme' started by crystal0811, Dec 20, 2012.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Since I upgraded this template, I have been getting a message on the bottom of each page that says the following:
    Comments & Responses

    Comments are closed.

    How do I get rid of this message? The website is www.jacobwilliamswinery.com.

    Thank you!
     
  2. Gourav

    Gourav Support Staff

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

    Code:
      <!--Start Comment box-->
          <h3>Comments &amp; Responses</h3>
          <?php comments_template(); ?>
          <!--End comment Section-->
    Sending image for reference

    [​IMG]


    Use same process for single.php also.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'm not sure how to get to the page.php or my theme directory. Could you give me steps. Thanks!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Editor > Page.php

    and edit it there.
     
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Awesome! I found it.
     
Thread Status:
Not open for further replies.

Share This Page