Is there any way of adding a bit of code that will insert an additional css tag that can be used to identify the current page so that I can use css to make the current page in the menu a different background color.
Many thanks
Is there any way of adding a bit of code that will insert an additional css tag that can be used to identify the current page so that I can use css to make the current page in the menu a different background color.
Many thanks
It should output the same 3 classes as the wp_list_pages() function:
'current_page_item'
'current_page_ancestor'
'current_page_parent'
This topic has been closed to new replies.