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? |
|||
|
|
|
There's an example of this on the buddypress forums which is a good place to start looking for answers. For the sake of answering here though here goes:
And the screen function to render the page:
|
|||
|
|
|
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. |
|||
|
|