@patrick30
10 years, 7 months ago
The thing is, no matter what I put, it keeps loading the “members” page in the about page
I have already removed that and tried it.
bp_core_new_nav_item( array( 'name' => __( 'About', 'buddypress' ), 'slug' => 'about', 'position' => 30, 'screen_function' => 'about_page', 'css_id' => 'about' ) );
Hello Again,
I have done exactly what you sent above. I have deleted all codes from functions.php and put them in bp-custom.php files, located in the plugins folder.
Here are the contents of that file.
http://pastebin.com/X7eGp87V
Yet it always goes to the members page, the page where all members are listed 🙁
Here is the link if you want to look, click on About and you will see what’s happening.
http://tinyurl.com/m8y7zkm
@modemlooper And where would that file be located ? Should I make one in my theme ?