Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
321 views
in Q2A Core by
edited by
thanks

1 Answer

+2 votes
by
Yes, just include a call like this:

if ($this->template=='question') {

    $this->output_split(@$q_view['views'], 'qa-view-count');

}

put it in a custom theme's q_view() function somewhere.
...