- This topic has 3 replies, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Menu link only for certain member level
I was wondering if it is possible to have a link on the menu show up for when a certain member level is logged in?
Thank you!
You need to add conditional statement around your menu. This post will give you examples as to how you can use the conditional statements of eMember:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
Thank you for the reply.
I’m awful at coding and was wondering if you could be a bit more specific? I read the link you gave me but am not sure how to add the menu in PHP to add a conditional statement.
I already have a custom menu without doing any coding so would I have to reconstruct one with PHP only or is the current menu in a PHP file in which I only need to add the new conditional statement?
Hope that’s not too confusing.
Thank you!
The menu comes from your theme so eMember doesn’t have any control over it. The only way to add conditional menu is to tweak your menu code and add conditions to it. I don’t have any knowledge of your menu code so can’t give more specific instruction unfortunately. You can give that documentation to your theme developer and he will understand the code and be able to help you.