- This topic has 1 reply, 2 voices, and was last updated 7 years, 2 months 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 › eMember – How to create personalized page and add to menu
I’m in the process of building a member site where each member will have a unique individualized page. I see that I can create the unique page and have the member directed to that page upon login, but how can I also add that page to the menu so that once the member is logged in in they can use the site and then navigate back to their individual page whenever they want.
Thanks!
You will need a custom solution for this. You can create a little addon plugin that does something the following:
#1) Get the member’s home page URL
eMember has a function that you can use to retrieve the member’s home page URL:
Something like the following should do:
$user_home_page = wp_eMember_get_user_details(“home_page”);
#2) Create a link using the homepage
You can create a link pointing to that homepage and put it in your sidebar.