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.

1 Trackback(s)