Status
Not open for further replies.
8 comments
Any one explain How To Delete All Comments In wordpress
Install Plugin 1 or 2 ::

1. Delete Pending Comments Version 0.2.1.1
Dashboard -> Comment -> Delete Pending Comments

Or

2. WP-Optimize Version 0.9.4
Dashboard -> WP-Optimize -> Comment ->

Clean marked Spam comments
Clean Unapproved comments

3. Dashboard -> Settings-> Discussion -> (Check the settings, can disable comment)

4. WP-Optimize had other functions also.​
 
Install Plugin 1 or 2 ::

1. Delete Pending Comments Version 0.2.1.1
Dashboard -> Comment -> Delete Pending Comments

Or

2. WP-Optimize Version 0.9.4
Dashboard -> WP-Optimize -> Comment ->

Clean marked Spam comments
Clean Unapproved comments

3. Dashboard -> Settings-> Discussion -> (Check the settings, can disable comment)

4. WP-Optimize had other functions also.​

How can i delete approved comments
 
Backup your database first. See WordPress Backups.
The can use phpmyadmin to execute this SQL

Code:
DELETE FROM wp_comments WHERE comment_approved = 0
Of course if your comments table is prefixed with wp_ you will need to use the correct table name.
 
Status
Not open for further replies.
Back
Top