QuestionsCategory: Technical QuestionsHow can I disable Comments from Question?
iam
asked 1 month 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 1 month 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 1 month ago

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

techStaff
replied 1 month 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