Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,846
- How-to & Troubleshooting
- 129,862
- Creating & Extending
- 25,892
- Requests & Feedback
- 9,534
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
To add; should anyone else be looking to do what I am (without the else tag), here’s how to do with so that when the user is on the REGISTER page, the tab is highlighted:
<?php if ( !is_user_logged_in() ) { ?><li<?php if ( bp_is_page( BP_REGISTER_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="register">Sign up!</a><?php } ?>