/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if (get_comments_number()==0) { // post has no comments } else { // post has comments } ?>