Title: Comments for Custom post types
Last modified: August 22, 2016

---

# Comments for Custom post types

 *  Resolved [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * (@hariharakumar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/)
 * I have custom post types in my blog ([BTemplates.in](http://btemplates.in)), 
   but comments are not appearing below them. I dont know what to do please help
   me.

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

 *  [2bearstudio](https://wordpress.org/support/users/2bearstudio/)
 * (@2bearstudio)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272368)
 * The answer is simple: when the custom post type is added, it doesn’t include “
   comment” as one of the supported features.
 * You may want to talk to the theme developer, or hack the code.
 *  [gotgotf](https://wordpress.org/support/users/gotgotf/)
 * (@gotgotf)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272407)
 * Add this /
    ‘supports’ => array( ‘title’, ‘editor’, ‘**comments**‘, ‘post-templates’),
 *  Thread Starter [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * (@hariharakumar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272409)
 * I have tried this but nothing happens… any other trick
 *  [gotgotf](https://wordpress.org/support/users/gotgotf/)
 * (@gotgotf)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272410)
 * add this in your Template maybe :
    <?php comments_template( ”, true ); ?> OR 
   <?php comments_template(); ?>
 *  [gotgotf](https://wordpress.org/support/users/gotgotf/)
 * (@gotgotf)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272411)
 * OR enable comments manually on each single, at the bottom :
    Allow comments
 *  Thread Starter [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * (@hariharakumar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272414)
 * added this to template
    <?php comments_template( ”, true ); ?>
 *  enabled comments manually on each single, at the bottom :
    Allow comments
 * still no comments. Here is the page where comment should appear [http://btemplates.in/widgets/test](http://btemplates.in/widgets/test)
 * I appreciate your help
 *  Thread Starter [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * (@hariharakumar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272497)
 * found it at last just place this code
    <?php $withcomments = “1”; comments_template();?
   >
 * found it here [http://wordpress.org/support/topic/cant-show-comments-template-on-custom-post-type](http://wordpress.org/support/topic/cant-show-comments-template-on-custom-post-type)
 *  Thread Starter [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * (@hariharakumar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272498)
 * if found it here [http://wordpress.org/support/topic/cant-show-comments-template-on-custom-post-type](http://wordpress.org/support/topic/cant-show-comments-template-on-custom-post-type)

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

The topic ‘Comments for Custom post types’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [hariharakumar](https://wordpress.org/support/users/hariharakumar/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/comments-for-custom-post-types/#post-5272498)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
