Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,983
- How-to & Troubleshooting
- 129,319
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,479
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,400
- Miscellaneous
- 9,167
-
// change
if(is_user_logged_in() && $_SERVER==’/’)
// to
if(is_user_logged_in() && is_front_page())
// it did work for me
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS