Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,568
- How-to & Troubleshooting
- 127,801
- Creating & Extending
- 25,649
- Requests & Feedback
- 9,392
- Third Party Plugins
- 9,717
- Showcase
- 3,317
- Ideas
- 1,332
- Miscellaneous
- 8,844
-
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 } ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS