Filtering entries by WordPress User Roles

If you want to display different entries for different user roles, we suggest you create one View for each user role and then use this shortcode from this fantastic plugin called Members:

[members_access role="editor"]Hide this content from everyone but editors.[/members_access]

Since you can specify the role, you can create a View for each. 

Example:

[members_access role="subscriber"][gravityview id="12"][/members_access]
[members_access role="author"][gravityview id="13"][/members_access]
[members_access role="administrator"][gravityview id="14"][/members_access]

You can read more about the usage of the [members_access] shortcode.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us