Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Display single xprofile fields


Tom
Participant

@jeffreeeeey

Yup- just as I thought.. in members-loop.php find-

<?php bp_the_site_member_last_active() ?>

and change to-

<?php echo bp_custom_get_member_list_xprofile_data('Gender') ?>

Where “Gender” is the name of the profile field you wish to display.

Skip to toolbar