Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get xprofile data to show up on child blogs (e.g. Author name and bio)


rsqst
Participant

@rsqst

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' );

*/

?>

Skip to toolbar