Try this code:
if(is_user_logged_in() ) {
global $current_user;
get_currentuserinfo();
echo get_avatar($current_user->user_email);
echo 'Hello, '. $current_user->display_name;
echo '<a href="https://wordpress.stackexchange.com/wp-login.php?action=logout">logout</a>';
} else {
echo '<a href="http://wordpress.stackexchange.com/wp-login.php?action=login">login</a>';
echo '<a href="http://wordpress.stackexchange.com/wp-login.php?action=register">register</a>';
}
Related Posts:
- Disable Or Redirect WP-login.php
- login_enqueue_scripts does not ovewrite the default styles
- Modify wp-login.php labels: Username to Email
- How to change “Registration complete. Please check your e-mail.” in wp-login.php
- How to use wp-login.php page only for logout?
- change register url on wp-login page
- Can’t access wp-admin
- How do you add a custom link to the wordpress login page?
- wp-login.php register/lost password links to buttons?
- How to trigger a login form notice message?
- A child theme version of wp-login
- reset password label text change
- Add text on wordpress admin login page
- Is it possible to remove the version number from the wp-login.php page?
- wp_login_form() redirect not redirecting users < admin
- Login redirect on wp theme
- Can’t log in. Log in button missing [closed]
- Require WP login for outside access
- Modify WP-Login Page With Javascript?
- if username or password is incorrect wp-login returns a blank page
- Where is the email content for retrieve_password_message stored?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Call header and footer on login page
- Prevent redirect on custom wordpress login form
- Replace standard Login and Register form for Woocommerce [closed]
- How to destroy sessions after a user logout [closed]
- How to add required attribute to wp_login_form fields?
- WordPress “remember me” – How should it work?
- Changing the title of “
- How to fix Sign In option in WordPress
- How can I redirect on a url after successful registration?
- I lock the site’s contents, click on a post, redirect to login, enter uname+password but fail to redirect to article
- How to access the actual input html of the login form
- Creating a custom login on site.
- Login page wordpress tagline remove [duplicate]
- Adding line break in esc_html__
- Copying My account/Login/Register button outside header
- Issue with cookies in wp-login
- Add content in wp login page
- Is it possible to check if password is correct in wp_authenticate_user?
- Modify login page after clicking “login” button, and before it arrives at redirect
- How to enable “remember me” checkbox in login forms by default?
- custom login query for custom login form?
- WordPress reCAPTCHA Problem
- Customizing WordPress Login URL
- It is possible that to get data in wp_login.php to your own php file in wordpress?
- Using gettext on wp-login.php won’t change “Back to site name” text
- Add video to wordpress login page
- WordPress login form with fancybox
- I wanna create a custom login form template
- Add custom field in wp_login_form()
- Retrieve password only by login. Users with same email
- wp-login.php not returning error messages / or gives 404
- Registration page background color covering 1 screen not covering full page
- Custom error messages for login and lost password forms
- Disable WordPress 3.6 idle logout / login modal window / session expiration
- Avoid to load default WP styles in login screen
- How can I modify the default reset (lost) password email text?
- hook for lostpassword form
- Login with email (WP Modal Login)
- Replace wordpress login logo with custom text
- WordPress custom login page
- How to bypass the username as a required field in registration and just use email address instead?
- Load .txt file for login_message in wp-login.php
- Passing username to login screen
- JavaScript Change focus to password field login page being reset
- Anyway to output the registration form like the login form with wp_login_form()?
- How to change login labels
- How to Get Logged-in to “Remote WP Site” from my local script (in Same Browser)?
- Properly customizing login/register form
- How to fix ‘WordPress redirection loop problem in wp-login.php page’?
- Add Custom API Call to WP-Login.php
- Auto login from custom registration form
- White screen of death for wp-admin and error for wp-login.php after entering credentials
- How to change wordpress Log In text
- wp_login_form redirect problem
- Form Action submit over https
- how to prevent wordpress admin from logging in via woocommerce my-account page
- Possibility to login without password
- wordpress login without password just email address (NO 2 factor authentication with email)
- Cannot Get User id after login success in file wp_login.php
- Disable Remember Me in Login Form
- Disable redirect to homepage after successful Login, Stay on Current Page
- No plugin populate user information in to form
- animate.style on wp-login.php
- How to allow access based on the user meta flag
- Unable to login after registration
- Using is_user_logged_in() to lock down whole site
- wp_set_password() does not work!
- True email confirmation for registration (keeping unvalidated users from user table)
- Redirect after login to current URL
- Custom Field For Login
- how to error_log(wp_login_url())
- Login user after registration programmatically
- Any way to disable /wp-login.php redirecting to the site folder?
- Create Mashable Follow-like Facebook, Twitter login/connect?
- Use wp_login_form function to login with a custom user table?
- Website visible only to Registered users (non wp-admin)
- I can’t login to wordpress dashboard without SSH
- Why am I not able to login to the admin