Wordpress: disabling comments and trackback using SQL
@ 16:48
UPDATE blogposts SET comment_status = 'closed';
UPDATE blogposts SET ping_status = 'closed';
That's the end of comment spam. Applied something said on wordpress.org here.
N.b.: Replace the name blogposts with the name of the table holding your posts (it's the one also holding their comment_status and ping_status, of course).
Kommentit (0):
Kommentointi on suljettu.