Answer Posted / Rahul Gupta
In WordPress, you can disable comments on a per-post basis by unchecking the 'Allow comments' option when editing a post. To disable comments sitewide, you need to edit the wp-config.php file and add the following line: define('DISABLE_COMMENTS', true);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers