Title: default comments
Last modified: August 31, 2016

---

# default comments

 *  [olliew](https://wordpress.org/support/users/olliew/)
 * (@olliew)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/default-comments/)
 * If I am building a theme and use comments_template() having not made a comments.
   php, what is the default comments template that is called?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/default-comments/#post-7397875)
 * it is likely:
 * **/wp-includes/theme-compat/comments.php**
 * you can also see this in [https://developer.wordpress.org/reference/functions/comments_template/](https://developer.wordpress.org/reference/functions/comments_template/)
   in the source code of `comments_template()`
 *  Thread Starter [olliew](https://wordpress.org/support/users/olliew/)
 * (@olliew)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/default-comments/#post-7398001)
 * Is it considered bad to not include a comment.php file if you are happy with 
   the default?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/default-comments/#post-7398018)
 * > Is it considered bad to not include a comment.php file
 * possibly, because you are creating problem for the future:
 * from the code of `comments_template()`:
 * > else // Backward compat code will be removed in a future release
   >  require( 
   > ABSPATH . WPINC . ‘/theme-compat/comments.php’);

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

The topic ‘default comments’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * 3 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/default-comments/#post-7398018)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
