Is there a way of manually specifying which page is currently “active” when using wp_nav_menu()
?
I have a “Products” page, and on that page I have links to various (dynamic) custom taxonomies. When I click on one of these taxonomies, I stay on the “Products” page but wp_nav_menu()
loses reference to that fact that I’m still on the “Products” page. Is there a way I can fix this?
Thanks!
Jon