Thread
:
Is there an easy way to turn off comments in WP ?
View Single Post
02-08-2008, 04:56 PM
TheDoc
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
UPDATE wp_posts SET comment_status = ‘closed’, ping_status = ‘closed’ WHERE comment_status = ‘open’;
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc
View Public Profile
Find More Posts by TheDoc