Skip to:
Content
Pages
Categories
Search
Top
Bottom

Put ’Edit My Profile’ Link in sidebar


  • freddy mcbob
    Participant

    @yeshourun

    This is the code I have:
    `

Viewing 1 replies (of 1 total)

  • r-a-y
    Keymaster

    @r-a-y

    Find the template file you want to add the profile link in and add the following:

    `<?php
    if ( function_exists( ‘bp_loggedin_user_id’ ) && bp_loggedin_user_id() )
    echo bp_loggedin_user_domain() . ‘profile/edit/’;
    ?>`

Viewing 1 replies (of 1 total)
  • The topic ‘Put ’Edit My Profile’ Link in sidebar’ is closed to new replies.
Skip to toolbar