hello,
thanks for taking a look at my post. with my site I have 2 blogs on one install of wordpress. there is a slider effect in my nav bar that is controlled by jquery.lavalamp.min.js.
I need to append the following class: class="current_page_item" to each link in my nav menu. here is an example of one:
<li class="page_item page-item-2"><a href="http://testsite.staging.cnpstudio.com/magazine/" title="magazine">magazine</a></li>
I would appreciate if anyone could point me in the right direction in regards to how to append that class based on the particular page.
thank you!