Welcome message broken with 2.0 upgrade.
-
With WP 1.5, this script worked well, but no more in 2.0. The script doesn’t recognize anyone as logged in. It’s probably such a simple change I need to make, but still I don’t know what to do. Could someone help me update this?
<?php get_currentuserinfo();
if ( $user_nickname<> "" ) { ?>
<p class="credit">Hey <?php echo $user_nickname ?>.
<?php } else { ?>
<p class="credit">Thanks for visiting. FYI, you're only seeing a fourth of the posts. Login or register to fix that.
<?php } ?>Thanks much in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Welcome message broken with 2.0 upgrade.’ is closed to new replies.