I have a custom post type for service providers. Which is essentially a bio page for them. I have it set that they can only edit their own bio page, however to do this I had to grant them the ability to create their own bio page (Add New). Is there a way to remove the “Add New” ability once they have created their own page?
Leave a Reply
You must be logged in to post a comment.
I wonder if this plugin might be helpful to you:
http://wordpress.org/plugins/bainternet-posts-creation-limits/
Hope this is your answer. Accept it if this your answer.
I use the above plugin and it works great. Another ‘rough’ way would be to use one of the front end posting plugins and use the conditional code below to restrict the author if they already have a custom post published…
Make a page template for the specific page where the front end posting form is and add this where appropriate…
You’d need to prevent them from gaining access to the back-end as well.