Is it possible to hide the dashboard completely from the Non-admin users and give them access to only New post and edit posts page?
Thanks.
Leave a Reply
You must be logged in to post a comment.
Is it possible to hide the dashboard completely from the Non-admin users and give them access to only New post and edit posts page?
Thanks.
You must be logged in to post a comment.
As far as ease of use, especially for WordPress Admins not too firm in PHP, I second brasoflo’s plugin recommendation (Adminimize).
For the sake of completeness, this is how it’d be done programmatically:
You can use the plugin Adminimize to do that.
It is possible to hide the Dashboard (and many other things) based on the user role. In case of hiding the Dashboard, you can define to what page the user will be redirected.
I’m not sure, but I believe you cannot modify the user roles to block the Dashboard (as even the lowest role has access to it).
But if you combine Adminimize with a Role plugin, you can achieve a very fine tuned administrative interface.
Those 2 pages too are a part of the dashboard! If you’re giving access to edit posts, means you’re giving access to the posts list. The lowest capable role, subscriber, also has access to the profile page, which is also a part of the dashboard! Your best option would be a front end post addition/profile editing form.
you can use a plugin called “User Role Editor”.. You cant avoid dashboard in order to give them access to the New post.. But you can limit their role…