[Resolved] Add profile fields to Group Members loop
-
Is there any way to get profile fields to work on the groups/single/members.php template?
I have a custom profile field named “profile”.
I’ve tried adding:`<?php if ( bp_get_member_profile_data( ‘field=Profile’ ) ) : ?>
<?php bp_member_profile_data( ‘field=Profile’ ); ?>
<?php endif; ?>`This works in members/members-loop.php but doesn’t return anything in the groups/single/members.php template.
Any help would be greatly appreciated.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Resolved] Add profile fields to Group Members loop’ is closed to new replies.