首先记得要备份你的WordPress数据库。
登录到你的phpmyadmin ,选择你的WordPress数据库,按一下 SQL
然后,插入下列的 sql command:
DELETE from wp_comments WHERE comment_approved = ‘0′;
All non-approved comments we be deleted. But instead of having such trouble next time, you should definitely install Akismet!
2009年8月31日20:43 | 没有评论
English: http://codex.wordpress.org/Template_Tags
中文: http://codex.wordpress.org/zh-cn:%E6%A8%A1%E6%9D%BF%E6%A0%87%E7%AD%BE
2009年8月6日16:01 | 没有评论