Re: Function/Call to access Custom Profile Fields?
I’m attempting to do something kinda similar. I just want to create a block (pardon my Drupal lingo) that shows a blog’s author information in my theme. I want to specifically show their BP custom fields.
Right now I’ve copied over bp-sn-parent/profile/profile-loop.php to my theme and called: locate_template( array( 'profile/profile-loop.php' ), true )
but this gives me everything in the user’s profile. I would like to get a little more granular and just specify certain fields. hmmm
Here is my current example as it exists.