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

Categories are repeated in the sidebar, in the Donut theme.

1 Answer

0 votes
by
selected by
 
Best answer

The category list was converted to a widget in Q2A 1.8, so it can be moved around on the sidebar. So if any custom themes override the sidepanel function you'll need to remove this line:

$this->nav('cat', 1);

For the Donut theme it's line 424 according to the GitHub repo.

Then you can add the category widget in Admin > Layout, and it will be the same on different themes.

by
Thank you so much! Everything worked out!
...