Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
I found a solution here: http://www.code-zen.net/2009/using-custom-profile-field-data-in-buddypress-templates/
What I needed did in fact exist in the members loop already; just needed some help identifying it.
Line 36:
<?php
/***
* If you want to show specific profile fields here you can,
* but it'll add an extra query for each member in the loop
* (only one regadless of the number of fields you show):
*
* bp_member_profile_data( 'field=the field name' );
*/
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS