Wordpress access levels [closed]

0

I am creating a system in which I will have access levels, my question is how to put it so that in project x, such user has access and in project y, another user has access. Any tip or function to do this in wordpress?

    
asked by anonymous 10.07.2018 / 19:51

1 answer

1

Wordpress has 6 basic levels of access and permissions.

What would these projects be?

A more feature-rich CMS such as Drupal allows you to better manage permissions because you can create content types (which would be the projects) and roles to assign and refine those permissions.

If you do not intend to encode, Drupal natively provides you with such resources.

    
11.07.2018 / 01:36