Skip Navigation

[Resolved] Different Admin Access Levels Depending on Taxonomies

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Author
Posts
#1475333

We have about 10 CPT. Each share a taxonomy that I called "visibilitees".
I need Editors to work on the backend, but I do not want them to have access to all the posts.
They will have access to all the CPTs but if a post has a specific taxonomy selected (visibilitees) they will not have access to this specific post. This way I can create different access for editor
Hope I am clear. Thanks

#1475355

Toolset Access doesn't currently have any term-based restriction features, so what you're looking for isn't exactly possible with Toolset. You can use Access's post groups and User roles to restrict post access, or you would have to use custom code or a 3rd-party plugin to implement a taxonomy term-based restriction in wp-admin. I don't have a cut-and-paste code sample for this type of restriction to share, unfortunately, since it's not something Access is designed to accomplish.

#1475457

My issue is resolved now. Thank you!