New tab + it's content from a wp page ..?
-
hi i want to add a new tab in the bp profile so it work :
function my_setup_nav() { global $bp; bp_core_new_nav_item( array( 'name' => __( 'Invitation', 'buddypress' ), 'slug' => 'invitation', 'position' => 60, 'screen_function' => 'my_invitation_template', ) ); } add_action( 'bp_setup_nav', 'my_setup_nav' );
So now i have a wp page and i want to load it in the new tab how i can do that ?
Or simply how can i add a link on the new tab button ?
Thanks in advance !
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘New tab + it's content from a wp page ..?’ is closed to new replies.