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

Hi,

 

In QA 1.3.x in order to show the categories in every page you could add in your personalized theme in function body_content() the followings lines:

 

$categories=qa_db_single_select(qa_db_categories_selectspec());
$this->content['navigation']['cat']=qa_category_navigation($categories);
 
How to do this in 1.4??
 
Thanks!

Please log in or register to answer this question.

...