funystar
Member
Posted 1 month ago #
I have almost 4000 spam comments and on mass delete mode - still requires me to hit check box on each one.
So now i've set it to be only registered users can comment, but I don't have a register on my site and need to learn how to set that up.
THANKS!
Use the Meta Widget under Appearance->Widgets.
Hi,
Execute this query to remove spam comments:
delete from wp_comments where comment_approved = ’spam’;
And check from the wordpress admin area -> settings -> discussion section and set require registration for comment.
Thanks,
Shane G.