Re: Adding A Link To Profile Homepage
@peternemser no, because it is not in the default theme.
If you prefer, create a child theme of bp-default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/, then copy the header.php of the bp-default theme into your child theme folder, then add this in `
- `
`
<li class=”selected”>
<a href="” title=””>
`
The benefit of the “custom code” in functions.php is that you don’t have to copy over the header.php to your child theme folder.