Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • xxjonfenxx
    Participant

    @xxjonfenxx

    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 );
    }
    
Viewing 1 replies (of 1 total)
Skip to toolbar