• Hello, in my site when I click in an open question the comments section is displayed just below the question, and below is the Answer section. I would like to remove the comment section or at least put it at the bottom. Below the answer section. Because I don’t want users get confused about where to put the answer. Any idea about this I will appreciate it.

    By the way, this plugin is awesome.

    https://wordpress.org/plugins/dw-question-answer/

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi successcor,
    You can do it by going to “<your-plugins-folder>/dw-question-answer/inc/templates/default/single-question.php” remove these lines ( from 176 to 178 ) :

    <div class="dwqa-comments">
             <?php comments_template(); ?>
         </div>

    Please note: If you update the latest version of DW Question & Answer, your modification will be lost, so please check your file again.
    Regards,
    Rambu

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Comment Section From Single Question’ is closed to new replies.