Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I force a login?


bgrun80
Participant

@bgrun80

Also, I tried doing:

/* If not logged in, the user will be redirected to the registration/login page */
if ( !is_user_logged_in() ) :
include ‘registration/register.php’;
else :
index.php as normal

but that didn’t work either…

Skip to toolbar