Title: Removing Comments Links.
Last modified: August 18, 2016

---

# Removing Comments Links.

 *  [notverypc](https://wordpress.org/support/users/notverypc/)
 * (@notverypc)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/removing-comments-links/)
 * Hello. I’ve just got my first blog setup using the default theme. I’ve disabled
   the Comments feature but I would also like to remove the comments link as well.
   
   I did a search but I couldn’t find the correct answer. Hope someone can help.
 * PS: PHP newbie!! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Cypher](https://wordpress.org/support/users/cypher/)
 * (@cypher)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/removing-comments-links/#post-145804)
 * If this WP 1.2 then look into your `index.php` file and remove the call to `<?
   php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)'));?
   >`
 * Regards
 *  [pericat](https://wordpress.org/support/users/pericat/)
 * (@pericat)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/removing-comments-links/#post-145805)
 * You will need to edit index.php, search.php and archive.php. Look in each for
   the line with:
 * `<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »') ?>`
 * Delete it. (Make a backup first, of course, I’ve not had but one cup of coffee.)
   Save. View in browser. Make further adjustments as desired.
 * In single.php, you will probably want to remove this line:
 * `You can follow any responses to this entry through the <?php comments_rss_link('
   RSS 2.0'); ?> feed.`
 * Alternatively, you could also delete everything between:
 * `<p class="postmetadata alt">`
 * and
 * `</p>`
 * (lines 20 through 50), and (optionally) line 55:
 * `<?php comments_template(); ?>`
 *  Thread Starter [notverypc](https://wordpress.org/support/users/notverypc/)
 * (@notverypc)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/removing-comments-links/#post-145891)
 * I’m using WP 1.5
 * Thanks for the reply I’ll have a look tommorow. Hopefully this will sort it!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing Comments Links.’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [notverypc](https://wordpress.org/support/users/notverypc/)
 * Last activity: [21 years, 2 months ago](https://wordpress.org/support/topic/removing-comments-links/#post-145891)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
