I've created a wordpress menu with wp_nav_menu.
my structure looks like:
- Page
- Category
- Page
- Page
- Page
If I open a post in "Category", there is no "current" class on the top level of the menu – only on "Category". Nesting only with pages works fine on multi level menus.
Is there a way to fix that?