Re: New Page Selected
errr…
let me try again…
all BP Nav headers are coded with
<li<?php if ( bp_is_page( BP_XXXX_SLUG ) ) {?> class="selected"<?php } ?>>
if it’s the current page it will output
<li class="selected">
if it’s not
<li>
BUT when I add a page this is what I get no matter what:
<li class="page_item page-item-#">
The class never changes…