Viewing 3 replies - 1 through 3 (of 3 total)
  • In the main index.php, remove this:
    <div class="feedback">
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    </div>

    and you can also remove
    <?php comments_template(); // Get wp-comments.php template ?>

    The above could be in single.php
    If you can’t see it, let us know your theme?

    Thread Starter ko0ty

    (@ko0ty)

    Doesn’t that remove the whole comment link?

    Thread Starter ko0ty

    (@ko0ty)

    Oops sorry, when I said “no comments” I meant “comments off.” =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘getting rid of the “no comment”’ is closed to new replies.