• Hi,

    Every time I try to log in to my dashboard I keep getting redirected to the homepage of the website.

    I have tried using some of the methods described in previous posts (such as deactivating plugins), but I haven’t messed with any coding because I’m not exactly sure what’s wrong.

    If there are any simple answers or step-by-step instructions available please let me know.

    The website is: https://themelbournescoop.com.au

    Thanks!

    Laura

Viewing 1 replies (of 1 total)
  • using this filter

    Redirect to current page after wordpress login

    function wpse125952_redirect_to_request( $redirect_to, $request, $user ){
        // instead of using $redirect_to we're redirecting back to $request
        return $request;
    }
    add_filter('login_redirect', 'wpse125952_redirect_to_request', 10, 3);
Viewing 1 replies (of 1 total)
  • The topic ‘Login is redirecting me to homepage’ is closed to new replies.