I have a Buddypress profile field called âBioâ, and Iâd like to display itâs content in the post footer, to show the authorâs bio.
Iâve tried
<?php bp_member_profile_data('field=Bio');?>
and
<?php echo xprofile_get_field_data( 'Bio' );?>,
but Iâm still pretty lost.
How can I do this ?
Well of course you would first want to get the current user ID:
Then, as confirmed through Buddypress 1.5:
For me, this worked in author boxes: