• I have set up a new user role and would like to restrict them to just being able to edit a custom post type I created called jobs.

    So basically, they log in and just see the jobs CPT, they can add new jobs and can only see the jobs they have entered.

    Is that possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Yes, it’s possible. You custom post type should use its own user capabilities set, like ‘edit_jobs’, etc. for that. If you did not define the own capability for custom post type, it uses ‘edit_posts’ by default and user gets access to the posts too. Read this post for more details.

Viewing 1 replies (of 1 total)
  • The topic ‘New role manage only CPT’ is closed to new replies.