Custom Post Type with new user role oddity
-
I have created a custom post type (sc_products), I have also created a new user role.
Administrators should be able to view all products added by any user and be able to modify these.
New users of my new role should only see products they add.
When a new user logs in and goes to the product list page (/wp-admin/edit.php?post_type=sc_products), they see a list of all products and can enter each product but not update them.
HOWEVER, once the user adds a product of their own, they then only see their own product in the product list page.
Is there a capability that will not show the full product list uploaded by all other users before they add their own product?
Thanks
- The topic ‘Custom Post Type with new user role oddity’ is closed to new replies.