Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,039
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Did you try is_home() instead?
https://codex.wordpress.org/Conditional_Tags
The above link suggests that it should be is_front_page() but given how bp-default is playing around with that setting in the backened, you might need to check is_home()