Yesterday I followed the jetshack pointer and now I have also learned from the remark “spam bots will still send comments” if things are simply hidden. Thank you, whooami.
“I would like to disable comment“
Consider using the stylesheet, for instance:
.post_comments {display:none; …
I also comment out other features for customers, for instance:
.post_date {display:none; …
.post_month {display:none; …
.post_date{display:none; …
.post_user {display:none; …
I’ve learned from jetshack’s remarks and thank you for pointers to:
<?php comments_template(); ?>
<?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?>