You can add this in 'qa-theme.php' in your theme (between the class brackets) :
function view_count($post) { //print_r(@$post['views']['data']); if (isset($post['views_raw']) && $post['views_raw'] > 999) { @$post['views']['data'] = round($post['views_raw']/1000).'k'; } $this->output_split(@$post['views'], 'qa-view-count'); }
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.