Restrict post settings for editor

Posted in: Newspaper
Post count: 2

Hello,
My clients are assigned the ‘editor’ role. I do not want them to make changes to the ‘post settings’ in each post.

Can I restrict this somehow within the theme? (I’m using a child theme version).

Thanks!
Craig

Post count: 9544

Theme doesn’t control user levels; you need to use a plugin for that — this is a ‘user role’ function.

ref
https://codex.wordpress.org/Roles_and_Capabilities

this plugin is fairly popular as just one example
https://wordpress.org/plugins/capability-manager-enhanced/

Post count: 7909

Hi,

You can use current user capability to display post settings only for admin, but you have to do this change in the main theme – http://screencast.com/t/QWUfFVauwh
Please check – https://codex.wordpress.org/Function_Reference/current_user_canhttps://codex.wordpress.org/Roles_and_Capabilities
Or you can use a plugin for this, like Chris suggested.

Thanks!

Post count: 2

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.