Hi,
I have written a php file and added it to my template. This is what I want to load after login. I do not want to load a post or page, but instead my own php which I placed in the template files.
There is an example in the Codex of how to redirect user home after login.
http://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect
I added this to my functions.php file, but nothing changed.
Does anyone know how I may load a php file I added to template?
Thanks!