Using Custom Meta Capabilities on Custom Post Type
It seems like you have to assign the capabilities manually to user roles, otherwise your post type simply doesn’t show, this is true for the administrator role too. Taking another look at the arguments section of the register_post_type() reference I changed your code a bit: map_meta_cap necessary It seems that map_meta_cap needs to be set … Read more