I’m trying to add a new tab to my groups on BuddyPress. All the groups will have different content preferrably from the database.
How can I accomplish this?
I’m trying to add a new tab to my groups on BuddyPress. All the groups will have different content preferrably from the database.
How can I accomplish this?
You must be logged in to post a comment.
There’s an example of this on the buddypress forums which is a good place to start looking for answers.
http://buddypress.org/community/groups/creating-extending/forum/topic/can-someone-explain-how-to-add-tabs-to-the-profile-page/
For the sake of answering here though here goes:
And the screen function to render the page:
This worked for me:
For your example to work, you need to wrap it in a function like this (that you’ll place in functions.php) :
and place you rendreing function after obviously.