Thread
:
Best way to delete 150,000 wordpress comments?
View Single Post
04-30-2012, 01:03 PM
Houdini
Confirmed User
Join Date: Dec 2001
Location: SoCal
Posts: 1,651
Back your database up first in case something goes wrong. Go into phpadmin, then click the SQL icon and enter this command:
DELETE from wp_comments WHERE comment_approved = '0';
Houdini
View Public Profile
Find More Posts by Houdini