Title: comments_template()
Last modified: August 19, 2016

---

# comments_template()

 *  [eddie-miller](https://wordpress.org/support/users/eddie-miller/)
 * (@eddie-miller)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments_template/)
 * I would like the comments section to only work in on category of my site.
 * Can I limit it’s display?

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

 *  Thread Starter [eddie-miller](https://wordpress.org/support/users/eddie-miller/)
 * (@eddie-miller)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments_template/#post-832695)
 * something like
 * <?php if (the_category = blog);
 *  echo ‘ comments_template(); ‘
 *  else
 *  echo ‘ ‘
 *  ?>
 *  Thread Starter [eddie-miller](https://wordpress.org/support/users/eddie-miller/)
 * (@eddie-miller)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments_template/#post-832768)
 * think I got it – but I couldn’t work out how to get the
 * <?php // comments_template(); ?>
 * in the statement so dumped it into another file and called it via a template….
 * <?php
    $post = $wp_query->post; if ( in_category(‘3’) ) { include(TEMPLATEPATH.‘/
   comments_blog_only.php’); } else { echo ”; } ?>
 * How can I put <?php // comments_template(); ?> in to the include(TEMPLATEPATH.‘/
   comments_blog_only.php’); ?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/comments_template/#post-832770)
 * This code:
    `<?php // comments_template(); ?>` is commented out = //. So it will
   never do anything, unless you remove the 2 slahes [//].

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

The topic ‘comments_template()’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/comments_template/#post-832770)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
