• Resolved Joanna

    (@joannacraig)


    Is it possible to redirect members after logging in to a ‘members only’ landing page? Then I can display a welcome message and members only menu. I think that this shortcode should work [wpmem_form login redirect_to=”https://yoursite.com/some-page/”%5D but its not redirecting?

    I have added the above shortcode to the login page and am trying to redirect to “https://www.websiteaddress.co.uk/welcome/”

    I don’t want the login page to redirect to the wp-admin dashboard.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Make sure the redirect is part of the site’s domain. The plugin uses wp_safe_redirect(), which is a WP function that handles the redirect but limits it to URLs that are within the scope of the site’s domain.

    Thread Starter Joanna

    (@joannacraig)

    I think it was but I’ll check. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect to specific URL after login’ is closed to new replies.