<span class="qa-a-count"> <span class="qa-a-count-data">0</span> <span class="qa-a-count-pad"> answers</span> </span>
How to change it to:
<span class="qa-a-count"> <span class="qa-a-count-pad">Answers</span> <span class="qa-a-count-data">0</span> </span>
I did that before :) , use advanced themes and add this function:
function a_count($post) { echo '<span class="qa-a-count"><span class="qa-a-count-pad">Answers: <span><span class="qa-a-count-data">'.$post['answers_raw'].'</span></span>'; }
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.