When you login to the admin you see the Welcome page by default. A client of mine requested to see the “Pages” page by default, he had seen it somewhere else.
Is this possible, and if so, how? Tried searching but found nothing relevant, didn’t find it in the settings either.
This should work for you if you put it in your themes functions.php file, but you may want to modify the conditions, and the url to redirect to depending on your set up.
Here’s a link containing more info about using the
login_redirect
filter:http://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect
There’s also a few login redirect plugins floating around if you do a google search.
Great answer from Ben
to improve on it add home_url() to allow this to work on localhost or server.