![]() |
Deleting pending comments on wp blog
Is there an easier way to delete all my pending comments besides in the wp admin area? I have like 2k comments pending. Need to wipe em out faster than 20 at a time.
|
Code:
DELETE FROM wp_comments WHERE comment_approved=0 |
Also, if you are not comfortable with fris's solution, you can change the amount of comments that appear under "Screen Options". The default is 20 but I have mine set to 100.
|
or you can just use the 'delete pending comments' plugin
http://wordpress.org/extend/plugins/...ding-comments/ |
|
Either use Akismet's 'delete all' button if you use that, setting the max in screen options or this in phpMyAdmin but always back up your database before doing it:
DELETE FROM wp_comments WHERE comment_approved = 0 Note: If your comments table is prefixed with wp_something will need to use the correct table name. :upsidedow |
Quote:
:thumbsup |
Quote:
Quote:
Quote:
Quote:
thank you all! |
All times are GMT -7. The time now is 03:19 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc