Forums
(@jamesebert)
16 years, 7 months ago
I had to add some lines of PHP to the sidebar to get this effect.
global $current_user; if ( is_user_logged_in() ) { get_currentuserinfo(); print “Welcome, $current_user->user_firstname $current_user->user_lastname“; ?> }