• Hi,

    thanks, you’re plugin works perfectly!

    I have a question, is it possible to redirect automatically users who are already registered to their account page?
    For example: a registered user who goes to homepage of the site should be redirected automatically to his account page.
    I guess this can be achieved using cookies and I also guess that best thing would be to redirect users just once per session otherwise they would never be able to access other pages…

    Any idea to achieve this in a simple way?

    Thank you!
    Michael

    https://www.ads-software.com/plugins/jonimo-simple-redirect/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jonimo

    (@jonimo)

    Hi Michael,

    You can redirect all users who login, or users who have a specific role, to any url on your site or any other. You can do this just once for the user or multiple times.

    For example – if you have a new user who registers, the first time they login, you could redirect to an account page (or any other specified location) just once or forever.

    Please let me know if this is helps.

    Best

    Jon

    I’m not sure if Michael intended to have answered his question from a different angle than what Jon has replied, but if i understood correctly (and my question too) is will this plugin detect a visitor who is already logged in to redirect to another page? (vs post login redirect)

    So for example.

    On my welcome page I have a link to ‘get started’. On my ‘get started’ page, if the visitor has not logged on/registered, I would like this dectected and redirected to the login/register page instead.

    Hope that makes sense.
    Thanks,
    PA88

    Plugin Author jonimo

    (@jonimo)

    HI,

    Unfortunately not. You need to drop a bit of code into your functions.php file that:

    1 . on click, checks if the current user is logged in.
    2. if not, redirect to register / login page/

    Hope this page can help:

    https://wordpress.stackexchange.com/questions/131879/how-to-redirect-non-logged-in-users-to-a-specific-page

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirect registered users’ is closed to new replies.