Access is a WordPress plugin that lets you add custom roles and control their privileges.
Access User Guides include detailed documentation for controlling what actions different roles and users can do on content and what WordPress admin screens users can access.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 661 through 675 (of 929 total)
Problem:
Is it possible to limit the number of posts per type per user?
Solution:
You should make the current logged in user as the post author to create one teacher profile and one school profile and use the technique given with the shared Doc:
The issue here is that the user wanted to restrict their posts based on the User Role and the Taxonomies attached to the post.
Solution:
Unfortunately this isn't possible to do with our plugins since a role cant be denied access to a post based on the assigned taxonomy unless there is some custom coding used.
Might I suggest splitting your Posts into 4 different Posts Types? This way you can restrict access to the post type itself.
I have a custom post type job-application which needs to have view access controlled. Administrator, supervisor and manager roles should be able to view all job-application posts.