Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,605
- Creating & Extending
- 25,788
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,172
-
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.