So if you want to remove the comment counts from the side bar widget you need to do a small code change or else write a new plugin with necessary code changes . Changes are pretty simple .
open the \question2answer\qa-include\qa-widget-activity-count.php file inside function output_widget there will be the lines if (qa_opt('comment_on_qs') || qa_opt('comment_on_as')) $this->output_count($themeobject, qa_opt('cache_ccount'), 'main/1_comment', 'main/x_comments'); Just comment those lines out . Thats it . you wont get the comment count on the front page .
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.