Title: Removing comments feature
Last modified: August 18, 2016

---

# Removing comments feature

 *  [ssor](https://wordpress.org/support/users/ssor/)
 * (@ssor)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/removing-comments-feature/)
 * Quick question
 * Could someone please tell me how to remove the comments feature, not comments
   people have made, but the actual feature of allowig comments. I have tuned it
   off but I wish to totally remove it from my blog. Is there an easy way without
   going into all the style sheets and php?
 * Regards,
    Ross

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-339871)
 * Chop all this out of index.php
    ` <div class="feedback">  <?php wp_link_pages();?
   > <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments'));?
   > </div> <!-- <?php trackback_rdf(); ?> --> </div> <?php comments_template();//
   Get wp-comments.php template ?>
 * Then delete the files at root with ‘comments’ in them.
 * That should do the trick.
 *  Thread Starter [ssor](https://wordpress.org/support/users/ssor/)
 * (@ssor)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-339873)
 * Thanks, I tried that but for some reason it removed all the background to the
   posts and the sidebar?
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-339875)
 * Hmm.. that’s a structural error I guess, so maybe that last </div> shouldn’t 
   have come out. Try popping it back in ?
 *  Thread Starter [ssor](https://wordpress.org/support/users/ssor/)
 * (@ssor)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-340033)
 * Yup thats done it.
 * Cheers
 *  [drew3000](https://wordpress.org/support/users/drew3000/)
 * (@drew3000)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-340303)
 * I don’t see any of those in index.php. Index.php in the theme folder just says
   get this and this and this. Index.php in the httpdocs just says:
 * <?php
    /* Short and sweet */ define(‘WP_USE_THEMES’, true); require(‘./wp-blog-
   header.php’); ?>
 * Which index.php has that code you’re talking about?

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

The topic ‘Removing comments feature’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [drew3000](https://wordpress.org/support/users/drew3000/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/removing-comments-feature/#post-340303)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
