Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make “Profile” the default tab without editing wp-config?

Just what’s linked to in the previous post:

`
if ( ! defined( ‘BP_DEFAULT_COMPONENT’ ) )
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
`

Skip to toolbar