-
Tim replied to the question Show News Feed As Default in the forum BuddyBoss Wall 9 years, 7 months ago
I’m looking for the same solution. This works, but it disables the wall component:
function bp_change_activity_subnav_default() {
if ( bp_is_user_activity() ) {
$args = array(
'parent_slug' => 'activity',
'subnav_slug' => 'news-feed'
);bp_core_new_nav_default($args);
}
}
add_action('bp_setup_nav',…[Read more]