I am trying to create a membership site on WP where each members will have access to only specific pages created for them. I mean just a member is allowed to view content on a page while that page is restricted to others. I just to grant on a member access to a page. I don't know if this is possible with the help any plugin
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You could add the IDs of allowed users to a custom field on certain pages. Then use |
|||
|
|
|
The same concept as Dominic's (no need of a members plugin) but expanded to use a Meta Box, visible only for Admins, with a dropdown list with all the users (with exceptions). Code borrowed and adapted from this answer. Put in
For checking permissions, this works outside the loop in
|
|||
|
|
|
I would also recommend checking out plugins such as paid memberships pro (free), Premise Landing Pages (paid) and restrict content pro (paid). These all could solve your problem. |
|||
|
|