Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
317 views
in Q2A Core by

How to Remove Category from meta The defult is

asked 6 days ago in Q2A Core by towhid

But i want only 

6 days ago by towhid

1 Answer

+1 vote
by

Add this to the qa_html_theme class inside qa-theme.php in theme directory:

function post_meta_where($post, $class)
        {
            //$this->output_split(@$post['where'], $class.'-where');
        }

or make them invisible using CSS.

...