- This topic has 2 replies, 2 voices, and was last updated 13 years, 9 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 › WP eMember – Remove the logout link from the login widget
Hi,
Is there a way that only the Edit Profile link appears under the login widget/shortcode information that appears after a member logs in. I ask because I added the compact login shortcode above since it has the members name and there’s a logout link there too.
Thanks,
Dana
Search for the following line in “wp_eMember1.php” file:
<a href="'.$logout.'">'.EMEMBER_LOGOUT.'</a>
There will be two occurrences of that. One for the normal login widget and the other one for the compact login widget. Remove that line form the one that you see fit for your need.
Thanks, I really appreciate all your support.