Hello, I came back to my site blog for centpage after a few months to see that i have around 5500 spam comments although akismet is installed and activated via key as required. How do i delete all of those comments automatically that have author links ? Any good alternatives ? Please let me know. Thanks.
If you have PHPmyadmin or access to Hosting through Command Line then it is very easy. Or try this: https://wordpress.org/plugins/delete-pending-comments/
Well I think you can install the plugin in the following link and delete all: https://wordpress.org/plugins/delete-pending-comments/
If you have access to phpadmin, than run this SQL query: DELETE from wp_comments WHERE comment_approved = '0'; Code (markup):