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.
Custom page to display secure RSS feed
(3 posts) (2 voices)-
Posted 5 months ago #
-
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(); ?>Posted 5 months ago # -
Thanks!
Posted 5 months ago #
Reply
You must log in to post.