Only Keymaster Can Change Post Author of New Post
-
I can’t seem to resolve the issue that only the Keymaster role is able to see the dropdown to select an author for a new post.
I’ve read through the forum discussions and Stack Overflow, but still, I don’t see a clear resolution about this.
I’ve tried a few plugins (User Roles, Capabilities Manager), that didn’t work.
I saw also that some people said it was Gutenburg. I have ‘Disable Gutenburg’ installed. This doesn’t seem to be a fix.
I’ve tried code in my functions.php file to add an entirely new user role like so:
$result = add_role('userx', __('UserX'), array( 'read' => true, 'edit_posts' => true, 'edit_pages' => true, 'edit_others_posts' => true, 'create_posts' => true, 'manage_categories' => true, 'publish_posts' => true, 'edit_themes' => false, 'install_plugins' => false, 'update_plugin' => false, 'update_core' => false ) );
Nothing seems to work.
Has anyone had luck with a remedy for this?
Many thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Only Keymaster Can Change Post Author of New Post’ is closed to new replies.