Linking to a Non-root Profile URL
-
I currently have root profiles disabled with the following code:
`define ( ‘BP_ENABLE_ROOT_PROFILES’, false );`
However on my navigation links, in header.php, I have the following code that still links to the root profile for logged in users:
`<a href="”>Profile`
Basically, I am trying to figure out how I can link to the profile without the username in the root which is: “domain.com/members/username”.
I tried: `<a href="members”>Profile`, but it links to: “domain.com/username/members”.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Linking to a Non-root Profile URL’ is closed to new replies.