Viewing 1 replies (of 1 total)
  • You can use CSS to hide children that are not in the current category.

    Like this:

    .sidebar .widget_ns_category_widget .children{display:none;}
    .sidebar .widget_ns_category_widget .current-cat .children,
    .sidebar .widget_ns_category_widget .current-cat-parent .children { display:block; }
Viewing 1 replies (of 1 total)
  • The topic ‘Expanded on current category’ is closed to new replies.