WordPress Membership Plugin
im not looking for a way for users to log in more easily, im looking for som way to display their username in a text widget. So it would be something like: ‘Currently logged in as: (username here)’
And i want the widget mentioned above to be shown only if the visitor is logged in. So maybe I would place the widget area in the header.php with in an ‘if’ statement that makes it only show if the visitor is logged in. And I don’t know where to start since I have very little experience with coding.
Thanks in advance!
And I also need to know how to only display the widget if the user is logged in