comicpress-2.8/themepack/boxed/commentlink.php

4 lines
184 B
PHP

<?php global $post; if ($post->comment_status != 'closed') { ?>
<div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div>
<?php } ?>