Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to customize the user navigation bar and user profile tabs


jivany
Participant

@jivany

Open up your functions.php file in your child theme and create a function that spits out the links you want. Wrap your links with code to check if the user has the correct capabilities. Hook that function into “bp_sidebar_me” and those links will only show up when the user is logged in and will be in the sidebar under their simple profile.

Skip to toolbar