Show content to a specific group of users
-
I’ve used <?php if (is_user_logged_in()) : ?> to restrict the access to some content so only logged in viewers can see it. It worked fine.
But now I’v noticed that if someone is logged in on a subsite they also see the restricted content on the mainsite. And some of the subsites will have their own subscribers.
Is there a way to only show this content to a specific group of users? Either make sure that users on other sites can’t see whats hidden in the “is_user_logged_in” or can what i’m looking for be done with a plugin?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Show content to a specific group of users’ is closed to new replies.