Results 1 to 1 of 1
-
9th Aug 2012, 10:11 PM #1OPψ(`∇?)ψ
How to remove tons of spam comments at once in Wordpress
This tutorial is for WORDPRESS + AKISMET activated only
You can use Wordpress directly, by installing plugin named Adminer, which is PHPMyAdmin inside wordpress.
Once you enter it, look in left corner for this:
Click on SQL command
You can check for the number of spam comments using this command
Code:select count(comment_ID), comment_approved from wp_comments group by comment_approved;
Code:delete from wp_comments where comment_approved = 'spam';
cvrle77 Reviewed by cvrle77 on . How to remove tons of spam comments at once in Wordpress This tutorial is for WORDPRESS + AKISMET activated only You can use Wordpress directly, by installing plugin named Adminer, which is PHPMyAdmin inside wordpress. Once you enter it, look in left corner for this: http://i.imgur.com/9cl68.jpg Click on SQL command Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How To Delete All Comments In wordpress
By moviezzworld in forum WordpressReplies: 8Last Post: 7th Feb 2012, 02:59 PM -
Remove comments, ads and everything else you do not need to see a video clip
By Daniel in forum Tutorials and GuidesReplies: 0Last Post: 2nd Nov 2011, 08:30 AM -
Wordpress - How to block Spam Comments?
By desibreaker in forum Technical Help Desk SupportReplies: 30Last Post: 6th Jul 2011, 03:12 PM -
How remove SPAM Tags on AVI Files???
By El.Ultimo.Anunnaki in forum Tutorials and GuidesReplies: 0Last Post: 20th Jun 2011, 10:30 PM -
[Buying] Wordpress Post + Comments Leecher
By gcs89 in forum Completed TransactionsReplies: 0Last Post: 28th Jul 2010, 12:52 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...