Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,839
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,883
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
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()