I am using the wp <?php wp_login_form(); ?> and after logging I want it to re-direct to either a new page or a page on a subdomain.
Any ideas how I can do this?
Thanks
I am using the wp <?php wp_login_form(); ?> and after logging I want it to re-direct to either a new page or a page on a subdomain.
Any ideas how I can do this?
Thanks
This codex page should help some: http://codex.wordpress.org/Function_Reference/wp_login_form
You should just be able to set the 'redirect' parameter to the particular URI you want.
This topic has been closed to new replies.