Re: Group Conditional Tags
I know this is an old topic, but did anyone ever figure out if there is a conditional that would indicate if you are looking at a member profile:
if (I’M LOOKING AT A MEMBER PROFILE)
do this
else
do this
It seems like bp_is_user_profile would do this, but it returns true when the profile is not being displayed.