Im rebuilding a page for an association that has a lot of old content on their WordPress site, that we’d like to keep but only make available for a said group of registered users (e.g. board members).
We’ve implemented the Ultimate Users plugin for signup and viewing various info only needed for members of the association, but we don’t want to give access to the archive for all 1800 members, but only to the ones who need it, since it can contain some (not very, but still) sensitive info.
What I want to achieve is the following:
Two layers of restriction:
– one for general members
– a second for admins/board members with access to the archive.
​
I’ve gathered all archive-pages in their own custom post type, and the easiest way would be to restrict all of them using Ultimate Member but it doesn’t seem possible to batch-change the restrictions for all pages at once, and it’s not time effective to go through 1000+ pages/posts and restrict each one manually.
What’s the best solution here?
[ad_2]