Help with homepage redirect to Profile Page
-
I want my users to be redirected from my homepage to their profile page if they are already logged into their account. This redirect will be on the homepage itself, basically once a user is logged into their account they will never be able to see the home page again. If they click on the ‘home’ tab it will take them to their profile page. Here is what I think the code should look similar to…
if ($loggedin == "true" ) { //redirect to buddypress profile page } else { // dont do anything }
I have no clue if $loggedin is correct or if this is even the right format. I would really appreciate any help on this topic so I can move on with my site 🙂 Hopefully I have give you enough information to understand what i’m trying to do.
- The topic ‘Help with homepage redirect to Profile Page’ is closed to new replies.