hey, anyone knows wp plugin that will delete the comments section so at the bottom of the post there will be nothing? thanks!
You can disable comments on WP sites by simply going to the all posts page, click on 'quick edit' for the post you want to disable the comments on... then uncheck allow comments.
or simply just edit your theme file, single.php, page.php, etc. remove the comment section. less plugins = better
There is a option to disable comment section from posts, but you need to do this for every post. If you want to remove completely then, go to themes edit page and remove comment code from there.
You can also delete the comment include in the sigle.php file this way you don't have to uncheck the include comments box