WordPress Page Permissions Based on Group
-
I am looking for a role-based or group-based solution to allow different groups of users to manage and control their own set of pages (a page and all its children pages). The goal is to restrict access to a subset of templates
For example:
I have three groups. Marketing, Engineering, and Sales. The hierarchy of pages follows:Homepage
SalesMainPage
-SalesChildPage1
—-SalesChildChildPage1
-SalesChildPage2MarketingMainPage
-MarketingChildPage1
—-MarketingChildChildPage1
-MarketingChildPage2EngineeringMainPage
-EngineeringChildPage1
-EngineeringChildPage2A user in the Sales group should be able to login and edit SalesMainPage, SalesChildPage1, SalesChildPage2, SalesChildChildPage1 (and any other child pages of SalesMainPage). That user should not be allowed to edit anything else.
A user in the Marketing group should be able to login and edit MarketingMainPage, MarketingChildPage1, MarketingChildPage2, MarketingChildChildPage1 (and any other child pages of MarketingMainPage). That user should not be allowed to edit anything else.
I would really appreciate your help.
- The topic ‘WordPress Page Permissions Based on Group’ is closed to new replies.