Blog Building 101

How to make a blog network

Monday, July 30, 2012

How to delete pending comments on a wordpress blog

Via mysql command:

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.

Via a plugin: