Hello forum, I need to figure out how to do this: make a page (not a post, because of the way I structured our member-only site) visible only to members with a particular label , e.g. “educators.” I only see a way to apply tags to pages and posts though and not labels associated with members, and I don’t see a way to link labels to tags. I see “Specific Tiers” but then I’d need to be able to enable Tiers, which doesn’t seem possible without a Stripe account, per this page: (Create paid tiers). My client isn’t charging anything for his member-only site, but does want specifically labeled members to be able to access one or more pages with content relevant only to them. My workaround for now will be to publish the page with member-only access but not link it anywhere, and then send a newsletter blast with that URL to members with that label.
You’d need to write some custom code that checks the member label and looks to see if it matches a tag, or similar. There’s not something built in.
Thanks Cathy, I had a feeling it would need custom coding.