Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
360 views
in Q2A Core by
how can i show category, subcategory tree on side bar. Like +(plus) sign in front of every category having sub categories.
Q2A version: 1.5

1 Answer

0 votes
by

It is just an unordered list with classes of qa-nav-cat-list and qa-nav-cat-item.

<ul class=qa-nav-cat-list>

  <li class=qa-nav-cat-item>

  <li class=qa-nav-cat-item>

</ul>

You could use jQuery to do most anything with it.

 

...