Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add extra fields from WordPress profile to BuddyPress profile loop

  • @islandcastaway

    Participant

    I’m trying to add the extra user_meta fields from a users WordPress profile to the BuddyPress profile loop.

    get_usermeta(‘aim’); and get_the_author_meta(‘aim’ ); are not working.

    Welp!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @islandcastaway

    Participant

    Can anyone point me in the right direction please?

    @islandcastaway

    Participant

    Figured it out .

    global $bp;
    echo get_usermeta( $bp->displayed_user->id, ‘aim’);

    @bojanski

    Member

    I would like to add the Email field to the members profile… using your method!
    Which file needs to be modified!?

    Thanks
    Bojan

    @bojanski

    Member

    Hi Guys

    Any help would be highly appreciated.
    Thanks
    Bojan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add extra fields from WordPress profile to BuddyPress profile loop’ is closed to new replies.
Skip to toolbar