I’m building a site for a nonprofit that has locations in several places. The main site ([mydomain.org](https://mydomain.org)) will have info about the org as a whole. They want to have the ability to easily spool up a new location’s site off the main one (e.g. [mydomain.org/locations/san-francisco]) and each location will have the same pages (e.g. ../san-francisco/events, ../san-antonio/events) just with the info customized for each place. They’d like to be able to assign a couple users to each location but corralled so they can only edit their location’s pages, so like the SF admin would only be able to edit pages at ../san-francisco/\*.
What’s the best combo of plugins and core functionality to do this? I’m an experienced web developer so writing custom PHP to modify something is fine too but I’d rather do as much as possible through UI settings so the non-technical stakeholders can maintain this.
[ad_2]