@xxjonfenxx
7 years, 2 months ago
If it’s just a redirect to back to their profile page when they try to access the home page, you could add some code to the home page that looks something like this.
if( is_user_logged_in() ) { $redirect_url = bp_loggedin_user_domain(); wp_redirect( $redirect_url ); }