I\'m creating a customized WordPress theme based on an existing site.
I want to use an alternate dashboard which I have created.
How can I have the user dire
To globally redirect after successful login, find this code in wp-login.php, under section.
and replace with your URL where you want to redirect. The URL must start with http:// and ends on /other wise page redirect to default location.
Do same thing form redirect after registration with in same file but under section.