How To Remove Comments & Responses

Discussion in 'Cloriato WordPress Theme' started by dannynev69, Jul 16, 2013.

  1. dannynev69

    dannynev69 Guest

    Joined:
    May 9, 2013
    Messages:
    6
    Likes Received:
    0
    Hi,

    I am having difficulty in removing Comments and Responses from the default theme.

    Can you suggest how this could be removed please. I have tried clicking top right and removing comments etc but this does not work. Is there some code I can use or CSS to at least remove it visually?

    Thanks,
    Danny
     
  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:
      <!--Start Comment box-->
          <h3>Comments &amp; Responses</h3>
          <?php comments_template(); ?>
          <!--End comment Section-->

    Sending image for reference
    2013-07-17_1107.png


    Use same process for single.php also.
     

Share This Page