HowTo enable/disable wordpress comments
HowTo enable/disable wordpress comments via PHPMyAdmin:
Enable:
UPDATE wp_posts SET comment_status = ‘open’, ping_status = ‘open’ WHERE comment_status = ‘closed’;
Disable:
UPDATE wp_posts SET comment_status = ‘closed’, ping_status = ‘closed’ WHERE comment_status = ‘open’;
Like our posts? Then subscribe via Mail:
Similar Posts:
- Multilingual Wordpress
- Move Wordpress Blog To A New Host Or Domain
- Word to Wordpress – Copy & Paste Text from Word to Wordpress
- Trailing Slash and SEO URL’s
- Emergency Plan B – Wordpress Mass Attack
Socialize:
|
|











Leave your response!