Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Landing page for guests?


Boris
Participant

@travel-junkie

Basically you do this:

if( ! is_user_logged_in() )
{
// here's the stuff for guests
}
else
{
// and here is your activity stream
}

I’m pretty sure this has been discussed quite a bit, so you’ll find more info in the forums here.

Skip to toolbar