Check out Peter’s Login Redirect:
http://wordpress.org/plugins/peters-login-redirect/
It has an options panel that should let you configure things the way you want, even customizing by user level.
Edward
Thread Starter
ashhad
(@ashhad)
Thank you Edward
I have checked that. Unfortunately its only for particular users. I want that to be implemented on all users.
Is there any thing to be altered in coding?? Please help
You can configure it based on the user role — so if you want all users with the user level “subscriber” to be redirected to the specific page, you could implement that. You could repeat the process for other user roles, hence covering all users. Note that if you apply the process to all users, including the administrative user role, you could inadvertently lock yourself out of the backend dashboard.
Review this on WP user roles if you aren’t familiar:
http://codex.wordpress.org/Roles_and_Capabilities
Thread Starter
ashhad
(@ashhad)
I have used this plugin, But still its not redirecting to a custom page. I did setting up for the subscribers. But whenever i logged in through that account, its only redirecting to a homepage.
Please helpy