• translation is missing. I changed just a few lines of code. For example change the Howdy like this:

    $howdy  = sprintf( __('Howdy, %1$s'), $current_user->display_name );
    if($link_in_username){
      $link_with_username = '<a href="'.get_permalink($link_in_username).'">'.$howdy.'</a>';
    } else {
      $link_with_username = $howdy;
    }

    or username and password to:

    <?php _e('Username');?> and <?php _e('Password');?>

    I’ll give you five stars if the widget is multilingual in the next version – for sure!

  • The topic ‘Cool Login Widget but….’ is closed to new replies.