How do you stop all comment functions in Wordpress ?

SweetChuck

Junior Member
May 18, 2009
165
89
I just want to build static websites with wordpress without them looking like blogs and without the hassle of comment spam . Is there any way to do this ? All I can find is "users must login to comment" checkbox . I bet it really easy and this is probably a dumb question :p
 
I would be sure theres a plugin for that. I have always been curious why it's not easier to turn it off.
 
Iam having the same problem. My site now has 1600 comments even though I dont accept any of them its still a hassle. I guess i ended up on some dudes scrapebox list
 
There should be a big check box , saying TURN OFF ALL COMMENTING , very strange.
 
Delete wp-comments-post.php and wp-trackback.php from the root folder of wp install and say goodbye to comment and trackback spam.

You can go one step further and search your theme files for

Code:
<?php comments_template(); ?>
or
Code:
<?php comments_template( '', true ); ?>

Then delete these lines.
 
I would be sure theres a plugin for that. I have always been curious why it's not easier to turn it off.

You're right , there is a plugin called no comments on pages, but doesn't work on posts . Thats ok as my site will be made up of only pages :)
 
You're right , there is a plugin called no comments on pages, but doesn't work on posts . Thats ok as my site will be made up of only pages :)

It is better to have posts for content than pages to make use of the aggregate index on the home page and using categories for a well structured website unless you are doing a small site with few pages.
 
It is better to have posts for content than pages to make use of the aggregate index on the home page and using categories for a well structured website unless you are doing a small site with few pages.

Love this forum , I learn something new everyday

Settings>Discussion> Automatically close comments on articles older than [0] days.

That would work but that would still leave a comment box on the post
 
Last edited:
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock