- This topic has 2 replies, 2 voices, and was last updated 12 years, 11 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 Tweaks › Custom page to display secure RSS feed
Is there a way to customize a page so that it displays the information that the login widget usually displays after successful login? That is a custom page that displays membership type, status, and the secure RSS feed. I use a customized after login page. And I would like to have a link to the member’s secure RSS feed that can displayed anytime the user clicks on it, not just after login.
You can use this shortcode on any page and it will display those information as long as the user is logged in (for security reasons, a user has to be logged in to access those details… there is no other way around it):
[wp_eMember_login]
Alternatively, you can call this PHP function for this too:
<?php echo eMember_login_widget(); ?>
Thanks!