Turn off comments

Discussion in 'Appointway WordPress Theme' started by pauljw, Jul 26, 2013.

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

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I would like to know how to completely turn off the entire comments facility.

    I want to be able to publish posts without anybody being able to post a comment. Is it possible.
    Thanks, Paul.
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    <!--Start Comment box-->
        <?php comments_template(); ?>
                <!--End Comment box-->
    Sending image for reference

    2013-07-27_1133.png



    This will solve your issue.
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Phew, that was scary! It worked, thanks J
     
Thread Status:
Not open for further replies.

Share This Page