When i try to enable comments they get disabled automatically . I checked all necessary option in disscussion.
when i applied below command in sql
UPDATE wp_posts SET comment_status = ‘open’, ping_status = ‘open’ WHERE comment_status = ‘closed’;
comments gets enabled but after that if i update the post or submit a new post then comments get disabled again on that post only.
Please suggest some solution
(@shobhitdimple)
15 years, 1 month ago
When i try to enable comments they get disabled automatically . I checked all necessary option in disscussion.
when i applied below command in sql
UPDATE wp_posts SET comment_status = ‘open’, ping_status = ‘open’ WHERE comment_status = ‘closed’;
comments gets enabled but after that if i update the post or submit a new post then comments get disabled again on that post only.
Please suggest some solution