Yes, alter the single-debate.php and call a custom comment template using comment_template with a parameter, representing your custom comment template.
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template('custom-comments.php');
?>
Related Posts:
- changing default comment form arguments [duplicate]
- comments hooks on custom post type
- How do test if a post is a custom post type?
- Conditional for single-{post-type}.php
- Why are the comments disabled by default on my custom_post_types?
- Why are comments and trackbacks still getting through for custom post types?
- Display Authors Comments on Profile Page
- is_singular() not working if called via callback function of admin-ajax.php
- modify all posts of a category to “no comments allowed”
- Custom comment status possible?
- feed links for custom post type pages
- functions.php conditional tag only for custom post type
- Seperating custom post type comments from regular blog posts comments
- Exclude custom function content from certain pages
- Get template part based on custom taxonomy term
- Add comments meta fields to comments metabox on post edit screen
- Exclude post_type from admin comments_list
- If on term-page -> get the current term?
- Recent comments on author page?
- custom post type upcoming post and past post
- wp_query and comment_parent – select only posts with top level comments
- Comment moderation on custom post types
- Automatically check “Allow comments” for custom post type [duplicate]
- How could I create a ‘private comments’ section on a custom post type?
- Disable comments from showing up public for Custom Post Type
- is_page_template not working as expected
- “Allow Comments” box cannot be checked
- remove child post from custom post type archive
- Separate comment section for post type in dashboard
- Count all comments of a custom post type
- if custom posts type exists and there are posts load script
- Need help targeting a custom post type with conditional tags
- Why would this IF statement not work? [closed]
- Excluding custom post types
- Insert data on comment post
- get_comments not working on custom post types
- Custom Post Type Set Comments ON by default without show METABOX
- Is there a conditional tag to determine whether the post is _any_ custom post type?
- Conditional Query of Custom Post Type and custom taxonomy
- WordPress comments_open for specific user role or post type
- Add custom field in comments form
- Create another comment system for CPT
- How can the recipients and content for comment email notifications on a custom post type be changed?
- How to run filter only on custom post type edit screen
- Convert comments to Custom Post Type
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- Custom Post Conditional for Parent & Child Single.php?
- custom comments form for custom post type
- What functions does WordPress use for filtering / sanitizing comments?
- Conditional for a Single Post That Belongs to a Category?
- comment_notification_text filter for custom post type
- How to show only the most recent post on my custom post type archive?
- Conditional Tags for specific category of custom posts
- get comments by current user inside page template
- Move Genesis Single Page/Single Post Title
- How to check if post/page or taxonomy post is published by admin
- TinyMCE Buttons on Certain Post Type
- User-submitted reviews of different custom post types
- Check if user has comment on current post
- Display message if no posts in Custom Post Type loop
- Showing taxonomy terms on custom post type
- Allow anonymous comments just in a custom post type
- duplicate comment section functionality and call it something else for custom post types
- Check if custom post is a parent?
- Send email messages after comment was submitted
- Redirect to URL if x number of days passed
- custom comment fields on CPT
- unapprove comments on custom post type
- Conditional Statements
- If custom taxonomy else conditional [closed]
- If tag exists, then echo once
- Enable comments for post when comments meta box removed
- Show specific content on parent custom post type and all children
- Why will comments not remain open on custom post types?
- How to add comments to my custom post type but hide it from default WordPress Comments section?
- How to change the comments form title based on post type
- Comments on posts with new custom post type redirected to another post
- Display custom posts, ordered by most commented, without duplicates
- How can I check the rewrite slug of current post type listing page
- How to add custom PHP code in post header?
- $_SESSION Not working after X amount of page views
- get comments for custom post type
- How to create a discussion post when a custom post is created?
- Adding second comments.php for reviews
- conditional based upon the count of current user’s published custom posts
- Custom post type updated to support comments, yet comments don’t appear
- Custom metabox fields not saving when limited to a certain CPT
- Can not hook into custom post type template with: is_page() conditional?
- Comments not enabled for custom post types
- Turn off comments for given CPT checkbox?
- Diffrent search templates for different post types
- Author profile comments system
- Custom post type: can’t enable comments by default
- Comment moderation with disqus comments
- Custom Post Query Combined with Conditional Tags
- strange conditional tag behaviour [duplicate]
- add comments custom fields after user is logged in
- Comments are not working on Custom Post Type
- Error 403 when posting comments to a custom post type from a different page
- Custom post type is_singular condtional not working when managing sidebar display