Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
@anonymized-96400
bp_core_new_nav_item adds to a users menu, not to the root. You want to look into the function `bp_core_add_root_component`. The skeleton component is a good place to start. Also, have a look at how the various BP components handle it.