Display Howdy Message on Home Page
-
Hi all,
I am trying to display the Howdy (Changed to ‘Welcome Back’)Message on my home page – I am using the code from admin-header.php
<div id="user_info"> <p><?php printf(__('Welcome Back, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> | <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p> </div>
It displays the “Welcome Back” but no username – I am signed in as a user?
Do I need to add a call to $user_identity? Would anyone know how to do this.
Thanks, Joe
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display Howdy Message on Home Page’ is closed to new replies.