Hello!
I'm using wp_page_menu in my website menu.
Let me explain shortly:
- we have the pages: Europe (the parent) > France, UK and Italy;
- when I'm on Europe page, the Europe link in menu it's highlighted;
- I want to highlight the Europe link in menu when I'm on France page;
Here is the code:
<?php wp_page_menu('show_home=1&menu_class=page-navi&sort_column=menu_order'); ?>
Can anyone help me with this please?