There is a template for wordpress, which displays the number of comments before the posts with the following code:
<a href="<?php comments_link(); ?>" class="link-comments"><?php comments_number("0 ".__('Comments','theme'), "1 ".__('Comment','theme'), "% ".__('comments','theme')); ?></a> How to change it so that at 0 nothing is output at all (now 0 Comments are output accordingly).
* Just starting to understand