Explain me how you can disable the wordpress comment?
Answer Posted / Avinash Kumar Mishra
To disable comments on existing posts in WordPress, you can use a plugin such as Disable Comments or manually edit the database. To do it manually, open phpMyAdmin and find the wp_posts table. Change the 'comment_status' column value from 'open' to 'closed'. You can also set the default comment status for new posts in Settings > Discussion on the WordPress dashboard.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers