Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Layout

  • @ebraxton30

    Participant

    I would like to set up my profile layout similar to this page…

    http://www.therebelgeek.com/wp-content/uploads/2013/05/TastyKitchen.png

    Specifically, I would like to put those social website links directly underneath the name. I’m working on an intranet site so I can not show you the site, but I am using Salutation.

    Can you point me in the right direction on how to do this?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @karmatosed

    Moderator

    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

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

    @ebraxton30

    Participant

    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