WordPress Reference
< All Topics
Print

How to change the default BuddyPress profile landing tab

Adding the following line to my bp-custom.php fle worked for me.  This changed the default landing tab to Profile.

define('BP_DEFAULT_COMPONENT', 'profile' );

I obtained this solution from the following url:

https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/

Table of Contents