- This topic has 2 replies, 3 voices, and was last updated 4 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 – Show the user all the levels he is a member of
Tagged: multiple levels
I have users subscribed to multiple levels.
On the member-login page and with the [wp_eMember_user_details user_info=”user_membership_level_name”] I can show a user which primary level he is subscribed to but is there also a way to show the user all the levels he is subscribed to?
is there also a way to show the user all the levels he is subscribed to?
[wp_eMember_user_details user_info=”more_membership_levels”]
And:
[wp_eMember_user_details user_info=”user_additional_membership_level_names”]
You can use the following shortcode to show the additional membership levels of that user:
[wp_eMember_user_details user_info=”user_additional_membership_level_names”]
The following documentation should be useful (it shows another shortcode that you can use to list all the levels with their welcome pages (if applicable):