View Single Post
Old 07-29-2012, 08:20 AM  
beks001
Confirmed User
 
Join Date: Oct 2006
Posts: 1,837
Quote:
Originally Posted by fris View Post
Code:
delete from wp_comments where comment_approved=0
via mysql command
Quote:
Originally Posted by suziqt View Post
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.
Quote:
Originally Posted by papill0n View Post
or you can just use the 'delete pending comments' plugin
http://wordpress.org/extend/plugins/...ding-comments/
Quote:
Originally Posted by colmike7 View Post
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.

thank you all!
beks001 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote