FAQ

Frequently Asked Questions

How to: Get rid of the comment section on your WordPress blog – CodeRevolution

Altought it can be weird in some points because comments are an important part of a blog, I have read many user asking how they can get rid of the “comments” section on their WordPress theme. That’s very easy to do. Just read on.

Removing the comments section on a blog can sound weird at first, but sometimes you just want to spread some news without getting any feedback.
In case you don’t want any post to be commented, just edit your single.php file from your theme.

Find the following line:

<?php comments_template(); ?>

and delete it. THat’s simple at that!

CodeRevolution Knowledge Base

Video tutorials