![]() |
Mass delete comments in wordpress?
Is there some plugin (i know theres the phpmyadmin option to figure it out) that lets me delete ALL comments on a wordpress blog with one click?
|
Quote:
Code:
delete from wp_comments where comment_approved = '0' |
No there isn't and it's fucking ridiculous that WP doesn't have the option to do it built in.
You have to do it via phpmyadmin - it is actually really simple to do: http://www.raymond.cc/blog/archives/...ng-phpmyadmin/ |
Not aware of a plug-in.
I just use the bulk actions option in the comment admin page to delete them. Does upto 999 at a time. |
just use the built in thing.
though i noticed you now have to pay for the activation code (it used to be free). |
Quote:
|
spam karma will do the trick sending all spam comment's away :)
|
or
DELETE FROM wp_comments WHERE comment_approved = ‘spam’ if you just wanna delete spammed comments. |
Quote:
http://akismet.com/ http://en.support.wordpress.com/api-keys/ |
this will delete all spam, unapproved, and approved comments.
http://jet.li/delete-comments.zip let me know if this suits you |
Ask eastwood or marco. They should know.
|
Ya, if you haven't activated Askimet yet, do it. I am surprised how well it works. Has basically eliminated 100% of the spam comments I used to get.
|
Quote:
|
The plugin I posted deletes all comments,made it thi morning
|
There is an option to show more posts per page so you can select all and delete them at once. Just click on screen options and adjust the `show on screen`figure to 10,000 or however many to cover all the spam u got and delete them all at once. I only just discovered it myself. Was a nightmare before that.
|
Got the shits with an install this morning so made a *basic* solution for it :
Creates menu tab called 'Delete' - > it will delete ALL of your UNAPPROVED comments with one click. Any problems with it - suck my nuts :thumbsup Copy the code here - create a php file called 'deletecomments.php' upload to plugin folder. PHP Code:
|
Quote:
|
mine deletes every comment on your site, approved, or unapproved, thats how the OP wanted it, but mine has a check where you have to copy and paste a line of text, just to make sure you dont do anything by accident.
http://jet.li/delete-comments.zip |
Quote:
I made a basic plugin to suit my own *PERSONAL* needs and thought i'd do a quick search on gfy and post it as a reply to a topic and guess what, this was the first topic I found so I posted it. |
Quote:
|
Quote:
Quote:
|
Quote:
|
there is a delete all pending comments plugin + use that witht the bad behavior plugin that shuts down spammers before they connect with your site + wp spam free for ultra protect
bad behavior is awesome on its on though |
Quote:
|
All times are GMT -7. The time now is 03:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc