Matt
Veteran
Just Getting Started
Member Likes (0)
Is there anyway to have users with different user levels redirected to different places? My blog network is a closed network so individual users don't have their own blogs. I have writers and editors I'd like going to the dashboard when the login, however I have subscriber level users that I'd like to send directly to each blogs home page respectively.

Responses (6)
Lead Developer (joined May 2009) Likes (0)
A plugin should be able to do this. You can't work off the login redirect plugin though as that runs before the user is logged in. I would tie in to the 'admin-init' action.
Member (joined April 2010) Likes (0)
So there are no existing plugins in wpmudev or anywhere else that you know of?
Lead Developer (joined May 2009) Likes (0)
Don't know of any.
WPMU.org Writer (joined October 2009) Likes (0)
You might try this one: http://wordpress.org/extend/plugins/peters-login-redirect/
It defines a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users, all managed in Settings > Login redirects.
Member (joined April 2010) Likes (0)
Thanks!
Member (joined October 2010) Likes (0)
Hey Matt - how did that plugin work out for you? I'm trying to do the same thing for a client.
Become a member