• Not sure if this a bug or the ability just isn’t built in but any users assigned a custom role can’t be added as author or co-authors, the search only brings up users with standard roles. For example:

    $ct_add_agent_role = add_role(
    	'agent',
    	__('Agent', 'contempo'),
    	array(
    		'read'				=> true,
    		'publish_posts'			=> true,
            	'edit_posts'			=> true,
            	'edit_published_posts'		=> true,
            	'delete_posts'			=> true,
            	'delete_published_posts'	=> true,
            	'upload_files'			=> true,
    	)
    );
Viewing 1 replies (of 1 total)
  • I have the same problem. Does anyone know how to fix this?
    There is no options for plugin in User Role Editor. Maybe some other role plugin can add the feature?

    Thanks

    • This reply was modified 7 years, 7 months ago by yepecece.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom User Roles’ is closed to new replies.