How to Remove Comments Off Text

In the following simple tutorial, I'll cover the process of removing the Comments Off text from all of your WordPress Category or Archive lists. A WordPress Blogger might want to do this if they have disabled comments globally and no longer need to display information related to Comments. If you need to Globally disable WordPress comments, see the article to Globally Disable WordPress Comments.

Removing Comments Off  text from WordPress

    1. Login to your WordPress Admin Panel
    2. Navigate to Design > Theme Editor and open the archives (archive.php) file for editing
    3. Find and delete the following section of code:

<?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?>

  1. Click the Update File button and go view your site