Title: Disable comments
Last modified: May 21, 2017

---

# Disable comments

 *  [slocyclist.com](https://wordpress.org/support/users/slocyclistcom/)
 * (@slocyclistcom)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/disable-comments-36/)
 * I’d like to disable the comments on question/answer pages. It gets confusing,
   and users simply hit “reply” and comment rather than moving on to the “answer”
   section. Is there a way to do this across the plugin? Thanks!

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

 *  [Samir Shah](https://wordpress.org/support/users/solarissmoke/)
 * (@solarissmoke)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/disable-comments-36/#post-9154452)
 * I’m not really sure what you mean by “question/answer” pages – that is not a 
   feature of core WordPress and presumably is something customised for your site.
 * If the “questions” are a specific post type, then you can disable comments on
   these from the plugin settings page. If not, then you probably need to turn off
   comments individually on the relevant posts.
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/disable-comments-36/#post-9159483)
 * To disable the comment section of the plugin, you can add the following code 
   to the style.css file:
 *     ```
       .dwqa-comments {
           display: none;
       }
       ```
   
 * Or open the content-single-question.php file and content-single-answer.php file
   remove the following code:
    `<?php comments_template(); ?>` Regards,

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/disable-comments-36/#post-9159483)
 * Status: not resolved