[Resolved] get profile group name
-
I am trying to mod the profile loop so that I can render profile groups and group titles even if the user has not entered that data. I want this to show profile progress.
I’ve tried bp_the_profile_group_name(); echo bp_get_the_profile_group_name(); but they don’t seem to display a profile name if the user does not have data for that group.
I have moved these function calls outside the if statement that qualifies if the user has data and it still does not return.
Is there another approach to getting a profile group name? Perhaps by passing a group id?
Thanks
- The topic ‘[Resolved] get profile group name’ is closed to new replies.