• I made a test question & saw a WP comment field above the public/private response field. How do we remove WP comments?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi mate,

    Please add the following code to the style.css file of your site:

    .dwqa-comments {
    display: none !important;
    }

    Feel free to ask fi you have more questions.

    hi designwall,
    its removes comments from answers too. i only want to remove comment from questions but not from answers? how can i do it?

    oh thanks ??
    i have done with dw-question-answer/templates/content-single-question.php ??

    hi mate i need an answer for the same question. can you help me here?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Questions have comments in addition to answers?!’ is closed to new replies.