Quote:
Originally Posted by HandballJim
I just started a thread about comments not see this one already started. I will re-post it here,
Wordpress question about "comments"
I logged into 1 of my blogs that I have not visited in a while and noticed there were close to a 1,000 comments held for moderation.
How do I disable commenting all together, I don't want anyone to even be able to post anything even for moderation. This will turn into a new daily choir deleting these comments as I develop more blogs.
Thanks
|
I just went into the pages (single,archive, etc) that would have this code:
Code:
<div class="comments-template" style="">
<?php comments_template(); ?>
</div>
And on the index page, this line of code:
Code:
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?>
and removed them. No more commenting.
If you purchased a template and/or don't want to play with the code, there are probably settings in the admin or a plugin which may help. Sorry I am a newbie to wp so I am not exactly sure where it would be or what plugin to use.