adding / modifing the budypress member page links
-
sorry for duplication, the page gone “wild” due to text.
I have added a functions.php file to my theme and wrote this:
<?php function bpfr_my_directory_setup_nav() { echo’ #main‘; // link to what you want } add_action( ‘bp_members_directory_member_types’, ‘bpfr_my_directory_setup_nav’ ); ?>
(or any thing I want on the echo field between the two ‘.)
but it didn’t work. the function is displayed on the top of the page.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding / modifing the budypress member page links’ is closed to new replies.