Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Navigation problems :(


Sgrunt
Participant

@sgrunt

i hope this could help: try change THIS

<li<?php if ( is_page( ‘about’ ) : ?> class=”selected”<?php endif; ?>

into THIS

<li<?php if ( is_page( ‘about’ ) ) {?> class=”selected”<?php } ?>

Skip to toolbar