I'm using a custom post type to let contributors have a personal page on the site. Any time a user registers to my site a script creates a custom type post that has the registering user as author. To moderate users entries this post is pubblished by an editor.
I would like users (contributors) to be: - uncapable to add other posts of this custom type - capable to edit the already pubblished post they are author of - their changements must be approved by an editor before being pubblished
I'm using User Role Editor to manage roles and capabilities.
is there a way to do that?