[Plugin: Customize Meta Widget] Personalize the Title
-
Hi –
I would like to customize the Meta Widget to have a message like:
Welcome Guest/Welcome usernameI have succeeded in putting that on my page by using the code:
<?php if(!$user_ID ) :?> Welcome, Guest <?php else :?> Welcome Back, <?php global $current_user; if ( isset($current_user) ) { echo $current_user->user_login; } ?> <?php endif;?>However, when I add it to the plugin under the title, it doesn’t recognize logged in users. Also there any way to put this into the title? That would really be great!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Customize Meta Widget] Personalize the Title’ is closed to new replies.