When the post type is registered, http://codex.wordpress.org/Function_Reference/register_post_type
one can specify custom ‘capabilities’. eg I have an events post type, with event as a base for the capabilities, so automatically, there is a matching set like the page/post capabilties.
Then one can use justin tadlock’s members plugin to assign capabilities to roles. Assign ‘create’ but not ‘publish’ to the ‘review’ post type, but full rights to the other type.
Simple.
Related Posts:
- Allow member to have access to custom post type only. Permission to only edit their own posts
- With Rest V2 (WP4.7) how does one restrict certain RESTFUL verbs?
- Allow User to Edit Page Based on their Email
- Registration and Custom Post Types – How to synchronize information?
- Roles for Custom Post Types
- Custom post type: check permissions and validate nonce
- read_post meta capability for anonymous users
- No Permission to add new Page, Post or CPT with Admin role
- Filtering results for post_type tells me I don’t have permission
- Fix permission error for deleting custom post from front-end?
- get_delete_post_link() only works for administrator, even if other user has exactly the same permissions
- Preventing role reading others posts
- Why “Mine” is the default view when adding ‘capability_type’ in register_post_type
- Front-end submitted post is published with admin ID as author
- How to create new permission for custom post types for doing specific tasks
- Remove Custom Capability
- How to force one column layout on custom post type edit page?
- Automatically generate custom post title based on meta
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Hide custom post type from nav menu manager
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Menu with Automatic Pages Included from Custom Post Type
- Ajax filter with custom taxonomies
- Hook onto Add New Category
- Custom Post Type by user
- show posts only on homepage but using custom post type and taxonomy for query posts via url
- Category base to url in custom post type/taxonomy
- Hooking into wp_export filter for custom post type [closed]
- Pull image from ACF field in a Custom Post Type
- Limit access to page depending on user level
- Include taxonomy slug in url?
- Is it possible to use pages to apply static content to each taxonomy level?
- Add custom post types stats to a custom dashboard widget
- Bug when editing custom post type category?
- custom post type and custom taxonomy url conflict
- Having trouble understanding custom post type and taxonomy :/
- Get a permalink structure of /%posttype%/%category%/%postname%
- Custom Post Type loops and Disqus
- Retrieving list of Custom Post Types
- How to load custom post archives sub-pages with ajax?
- Customize permalink when creating a post
- How to add extra input fields to CPT’s comment form?
- meta_query compare >= not working but
- A good strategy to print custom posts (offer) that are checked inside the metabox of a post?
- Include multiple custom post types [closed]
- Custom Field Order by Last Name and First Name
- How to set up multisite for multi language?
- WordPress export tool doesn’t export post-format value of custom post type?
- Get latest 3 posts from multiple CPT in one query
- Ajax Custom Post Filter is not filtering
- Need Output Custom Taxonomy from Custom Post Type
- Display all taxonomy terms, add class if term applies to current post
- How to build custom route by adding taxonomies to URL ? ex: www.demo.com/communities/palo-alto/
- Sort CPT archive by order prevents sorting in admin
- How to create a custom post type with additional fields?
- How to make custom posts types display when published for the future
- Custom Post Type + Categories
- How to get the intersection of two terms both from different custom taxonomies
- Checking if $_FILE isset for an array of file upload metaboxes
- How can I show 1 featured post in a styled element, and the next few below differently styled
- Using preg_replace to filter custom textarea
- WordPress Custom Post Type – show only certain posts that have specific taxonomy set
- Why are some of my custom posts not showing up on my page?
- How to add editable/dynamic values to dropdown of a Custom Post Type Meta Box
- WP_Query of custom post type sorted by meta_key has unexpected results
- Get assigned post categories
- Is there SEO or related limitations to using Custom Post Types instead of WPMU?
- Nested Custom Taxonomies | Incorrect posts when querying
- Post Query not working
- Commas not displaying in implode
- Create custom WP_List_Table in post_type
- Custom Post Type and Breadcrumbs Conflict
- Add a custom post when inserting a new user in WordPress?
- How to display a specific post type name in a breadcrumb
- Reveal Foundation modal displaying repeat content on all modal rather dynamic content
- How can I put content before my custom post type default pages?
- How to add page the same slug like custom post type?
- Custom Endpoint For Specific Custom Post Type
- Show custom post type event if current day using ACF
- Forcing two or more custom post type to be private
- Numeric pagination custom post type
- Enable Authors in Multiple Custom Post Types
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Custom post type loop without children
- custom search results – order results differently by post type
- Looping through custom taxonomy in one template
- get_post_meta for Custom Post Type ( CPT )
- Help understanding custom post type and children
- How to get $post object available inside functions.php to localize script?
- Redirect permalinks after creating custom post types
- How to divide posts (custom post type) content on multiple pages?
- Cannot get query var ‘post_type’ to work
- Custom term link return 404 error
- Custom Post Types, Taxonomies and Terms… I’m getting confused now!
- How to apply order on custom taxonomy and custom meta key on custom post type
- Updating a custom field in a custom post type
- Remove slug from Custom Category Permalink + dual-category permalinks
- WordPress Set A Static Page/Template For All Sub-Pages
- How to display posts from IMPress for IDX Broker on home page? [closed]
- Permalinks for Custom Post Types and Taxonomies