QuestionsCategory: Technical QuestionsHow can I disable Comments from Question?
iam
asked 7 months ago
I want to disable comments from Question but i want to have comments only for answers how can I achive that?
1 Answers
tech Staff
answered 6 months ago
Hi,  You can copy/paste the content-single-question.php file in the wp-content/plugins/emo-questalk-pro/templates/styles/default into the wp-content/themes/your-theme/emqa-templates/styles/your-style folder and remove the following line code: 
<?php comments_template(); ?>
iam
replied 6 months ago

But if we update the new version of the plugin the settings will back to normal.

techStaff
replied 6 months ago

When you add the template to **wp-content/themes/your-theme/emqa-templates/styles/your-style**, your customizations will remain intact and won’t be lost when the plugin is updated.

Please login or Register to submit your answer