I'm using cutline for an elementary school website, and I'm not planning to allow comments. What's the best way to disable the "No Comments" link that appears at the top & bottom of each post?
Cutline Theme Support Forums » Cutline Theme Support Forums
Getting rid of comments
(3 posts)-
Posted 4 years ago #
-
Hi designbot,
in index.php, remove on line 12
<?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?#62;on line 17, remove
<span class="add_comment"><?php comments_popup_link('→ No Comments', '→ 1 Comment', '→ % Comments'); ?></span>Do the same in single.php
Posted 4 years ago # -
Thanks!
Posted 4 years ago #
Reply
You must log in to post.
resolved