Conditional tags to differentiate between profiles and activity with buddypress [closed]
Your problem may be the choice of bp_is_user_profile(). This only returns true when you are literally looking at the xprofile component – the ‘Profile’ tab of a user’s page. bp_is_user() is more general, returning true whenever you’re viewing a user page (even if it’s user activity, user groups, etc). [EDIT] After further discussion with the … Read more