Paste the following code in your theme’s functions.php:
function admin_default_page() { return 'URL OF REDIRECTION'; } add_filter('login_redirect', 'admin_default_page');
Source: https://stackoverflow.com/questions/8127453/redirect-after-login-on-wordpress