Remove Comments Section From Your WordPress Blog
Comments are very important part of a blog. Some developers use WordPress as their primary CMS to build websites and sometimes client do not need comments section at all, because he needs a website and not a blog. Comments section can be removed from your blog in a very simple way.
Just edit your single.php file from your theme.
Find the following line:
<?php comments_template(); ?>
Delete it.

maskofZoro Says:
Is there a way to remove the comment section only in certain pages? I would much appreciate any help.
Thanks a lot,
King Says:
@maskofZoro: Yes. At every post or page there you will find in admin, an option, allow comments. Use that to allow or disallow comments at certain pages in WordPress.
maskofZoro Says:
@King:
I meant, is it possible to remove even that “comments not allowed” when you disallow comments, but only from certain pages.
Thanks
King Says:
@maskofZoro: Yes. Remove “comments not allowed” line from comments.php in blog theme file.
ownbig Says:
Thank you very much for that great article.