How do i get rid of "COMMENT AND RESPONSES ARE CLOSED"

Discussion in 'Covera WordPress Theme' started by river city web, Feb 5, 2013.

  1. river city web

    river city web New Member

    Joined:
    Aug 12, 2012
    Messages:
    2
    Likes Received:
    0
    How do i get rid of "COMMENT AND RESPONSES ARE CLOSED and also the COMMENTS ARE CLOSED at the bottom of every page. i know it is probably simple but i am missing it.
    http://rbpa.ca/client-services/
    HELP PLEASE
     
  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 Section-->
                            <div class="line"></div>
                            <h3>Comments &amp; Responses</h3>
                            <?php comments_template(); ?>
                            <!--End comment Section-->

    Sending image for reference

    [​IMG]

    Use same process for (single.php, template-fullwidth).
     

Share This Page