- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eMember Profile Extended – show or hide members from membership levels
Tagged: list, members, Profile Extended, sho
Hi, Is it possible to show only members from desired membership levels in the list of members? For example just show premium members in the list?
You can list all members from a particular membership level.
Here are some examples of how you can use the shortcode do that:
Example 1: Add the “levels” parameter in the summary shortcode to list all members from a particular membership level. The following will list all members from level 2:
[emember_extended_summary_list fields="user_name,first_name,last_name" levels="2"]
Example 2: Add both status and levels parameter to get a combined filter effect. The following will list all members who belong to membership level 2 and has active account:
[emember_extended_summary_list fields="user_name,first_name,last_name" status="active" levels="2"]