Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,983
- How-to & Troubleshooting
- 129,327
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,479
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,400
- Miscellaneous
- 9,167
-
Put this in your functions.php.
`
add_action(“bp_nav_items”,”show_user_link”);
function show_user_link(){
if(!is_user_logged_in())
return;
?>
<a href="”>MY Profile
<?php
}
That should do it.
Edit: Please DO NOT USE THE CODE above, this forum has eaten the code, so that’s not going to work. Please see my post blow with the pestabin link.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS