I am trying to set up active menu background images but am having some trouble.
Currently the set up is to have the 'current_page_item' declared at the same level as 'page-item-2' EXAMPLE:
<li class="page_item page-item-2 current_page_item">
<a href="page">Page</a>
and I need for it to be like this:
<li class="page_item page-item-2">
<a href="page" class="current_page_item">Page</a>
Anybody know of a way to do this? I know php somewhat but the core stuff is a little beyond what I can understand. I tried to do a search for the string 'current_page_item' on my entire wordpress install and didn't find anything... so that's odd. Thanks for any help you guys can provide.