We'll create fresh WordPress site with Members Restricted Access installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin create shortcodes to restrict the access to Visitors, Members or specific role. You can create sections in your page/post only visible to members (logged users), visitors or for an specific role.
To use you need to create the content and wrap it with these shortcodes: [visitor], [member] or [showifrole].
Examples:
‘[visitor]
content only visible to visitors
[/visitor]
[member msg=”You need to Login to see this content.”]
content only visible to members
[/member]
[showifrole is=administrator]
content only visible for administrators
[/showifrole]
[showifrole is=author msg=”You don’t have the required role.”]
content only visible for authors
[showifrole]’