@maikunari
Active 3 years, 1 month ago
-
bp-help replied to the topic [Resolved] Add profile fields to Group Members loop in the forum How-to & Troubleshooting 11 years, 4 months ago
@maikunari
Looks like you forgot to echo it. Try this!
<?php if ( bp_get_member_profile_data( 'field=Profile' ) ) : ?>
<?php echo bp_member_profile_data( 'field=Profile' ); ?>
<?php endif; ?>