Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Question and comment about eMember › Reply To: Question and comment about eMember
February 6, 2010 at 9:43 am
#17719
Participant
eMember doesn’t have any functionality to show different menu items based on the membership levels.
Shortcodes only work on Post or pages so the “emember_protected” shortcode won’t work on the sidebar.
However, if you know a bit of PHP then you should be able to put some coding to achieve what you want. I can tell you how you can get the membership level of the logged in member and then you can place “if” statement around your logic.