I want to try and show the following text in my theme:
Hello [logged in subscriber username]. Logout or Edit Profile
Can this easily be done, so that nothing shows at all if nobody is logged in?
Thanks
I want to try and show the following text in my theme:
Hello [logged in subscriber username]. Logout or Edit Profile
Can this easily be done, so that nothing shows at all if nobody is logged in?
Thanks
One-stop shopping for developers:
http://codex.wordpress.org/Function_Reference
Look at all the user functions. In particular:
http://codex.wordpress.org/Function_Reference/get_currentuserinfo
Have fun.
This topic has been closed to new replies.