Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Layout

Viewing 3 replies - 1 through 3 (of 3 total)

  • Tammie Lister
    Moderator

    @karmatosed

    If you only want urls you can use profile fields then pull each through to show where you want on the profile.

    Once you’ve set up the profile fields in your admin dashboard you can then output like this:

    <?php bp_profile_field_data( array('user_id'=>$user_id,'field'=>'twitter' )); ?>
    

    This assumes a profile field called Twitter. You may have to set the $user_id depending on if you are outputting on profile or somewhere else.

    Should you want to use different types of fields such as date pickers and so on you can use: https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/


    ebraxton30
    Participant

    @ebraxton30

    Thank you so much for the reply. Which file do I add this code to?


    ebraxton30
    Participant

    @ebraxton30

    Hi there…

    Can anyone please help me? I just need a little more direction.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Profile Layout’ is closed to new replies.
Skip to toolbar