Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile link?

  • @kimmc

    Member

    The theme I’m using has been adapted to buddypress. The one link I need is missing from the menu. Could someone tell me what url I would add in the menu to make a profile link. I’m not sure how to set it so it goes to the logged in members profile.
    Thanks!

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

    Participant

    echo bp_loggedin_user_domain();

    @mercime

    Participant

    You can add the following within the menu

    <li><a href=#"></a></li>

    Your revised menu will look like something like this:

    <ul id="nav">
    <li> ... </li>
    <li> ... </li>
    
    <li></li>
    
    <li> .... </li>
    </ul>

    @mercime

    Participant

    Re my bp_loggedin_user_domain code above, add text between ` .. ` like “My Profile”

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