Wordpress Change default redirection URL in wordpress January 4, 2012 wordpress login redirect: Open your WordPress/wp-login.php file, and find this line:$redirect_to = admin_url(); and replace it with this: $redirect_to = get_option(‘siteurl’); After login, Page will be redirected to home page… Leave a comment