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 force this?
Thanks!
Jon