Is it possible to set the capabilities of a role to allow editing of a custom content type but not editing of the regular post types? If so, how would I go about doing that? Thanks!
2 comments
Comments are closed.
Is it possible to set the capabilities of a role to allow editing of a custom content type but not editing of the regular post types? If so, how would I go about doing that? Thanks!
Comments are closed.
You could install one of many plugins like this to restrict access for different user roles http://wordpress.org/plugins/advanced-access-manager/
Or you could remove the admin menu links to any items you want for a specific user using PHP code.
This worked for me – with no plugins.
User that is allowed to edit/add only posts from custom type ‘job’: