[Resolved] Members loop and custom profile fields
-
Ok I know i can echo out each indiviual custom field inside the members loop like so:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : echo bp_member_profile_data('field=Gender'); ?> <?php endwhile; ?>
but how do i go about accessing the whole object or array on a per user basis is there a function for this?
I’ve tried get_user_meta(); but no luck it looks like buddypress doesn’t store it’s profile field data there, which is where i would have thought it was kept….
I could use $wpdb but it seems a little overkill.
Any advice is appreciated
Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Resolved] Members loop and custom profile fields’ is closed to new replies.