Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
347 views
in Q2A Core by
So, In the admin, is there a on or off command or button for displaying the answers count box?
by
you dont have to remove it, just add {visibility:hidden;} or {display:none;} in the css (.qa-a-count ..... )

*sory for my bad english..

1 Answer

+1 vote
by
Most hacks like this are accomplished via advanced themes:

www.question2answer.org/themes.php

What you need, I think, is to just create an empty function in your theme as follows:

        function a_count($post)
        {
        }
...