Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,045
- How-to & Troubleshooting
- 129,733
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
// change
if(is_user_logged_in() && $_SERVER==’/’)
// to
if(is_user_logged_in() && is_front_page())
// it did work for me