/ Published in: PHP
URL: http://www.aotearoawebdesign.co.nz/blog/completely-disable-wordpress-comments/
All you need to do is create a child theme, and create a new comments.php file inside that child theme. Then insert this code into the comments.php file you just created;
Expand |
Embed | Plain Text
<?php return false; ?>
Comments
Subscribe to comments
You need to login to post a comment.

All you need to do is create a child theme, and create a new comments.php file inside that child theme. Then insert this code into the comments.php file you just created;