Viewing 3 replies - 1 through 3 (of 3 total)
  • 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
    “;
    ?>
    }

    Thread Starter MaureenD

    (@maureend)

    Wow – thanks! Meanwhile, I started looking around at plugins and am trying to configure the PrefPass plugin.

    If that doesn’t work for me I’ll use your code!

    Thread Starter MaureenD

    (@maureend)

    @james.ebert can you explain exactly where to put that code? I’ve been trying different plugins for this and none seem to be working.

    In almost every case the user can log in but they can’t logout.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Login widget – is this normal?’ is closed to new replies.