Change WordPress user roles and capabilities › Forums › Restrict or Permit access inside WordPress – how to › Allowing non-admins to manage custom type taxonomies/categories › Reply To: Allowing non-admins to manage custom type taxonomies/categories
20/03/2023 at 03:59
#8225
Vladimir
Keymaster
Hi,
For example you have CPT ‘staff’. With the “Force custom post types to use their own capabilities” option turned ON, it’s custom term related permissions are changed to
‘assign_staff_terms’ – allow to select category checkboxes at the CPT edit page
and
‘edit_staff_terms’ – allow to use ‘Add new category’ link at the custom categories meta box.
Try to find these capabilities between ‘Custom capabilities’ group and grant to a selected role.