You can get the logged in users using wp_get_current_user(); .
http://codex.wordpress.org/Function_Reference/wp_get_current_user
But your probably better off just using a plugin or looking at the the following plugins code.
http://wordpress.org/extend/plugins/wp-useronline/
Related Posts:
- Replacing the WordPress password validation
- WordPress auto login after registration not working
- Allow up to 5 Concurrent Login Sessions
- Why does is_user_logged_in() return false after redirect from another site?
- Pre-populate Username Field
- How to keep track of user logins?
- Get user info outside WordPress
- How can I secure a WordPress blog using OpenID from a single provider?
- Is it possible to get a user with just the password field?
- Redirect after login based on user role (custom login page)
- Check for user meta data at Login
- Redirect User to Homepage if no other redirect is specified
- My custom page template with is_user_logged_in() does not detect that I’m logged in
- Use phpbb user database for WordPress
- WordPress to use Drupal users’ credentials
- Share user table from WP with Drupal
- How can I allow password reset based on logins containing the @ character?
- stop login if user_status equal zero
- How do i make my wordpress website private?
- Redirect user to login before viewing custom post
- Change the user_login at registration
- Max no of simultaneous active sessions for a single user
- When I try to login in wordpress it is showing “USER Doesn’t Exists”
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- Redirect subscribers to last viewed page after log-in
- wordpress disable login for unverified user
- Reset Password policy
- Rewrite Rules and Login Issue
- Is possible to allow user to login with different role?
- Use WordPress Login for a non-wordpress site
- WordPress Login Customization for External Authentication
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- Is there any action /filter hook I can use to disable login for some user role?
- How to check User Role and redirect to specific page according to Role when login in WordPress?
- Display video on homepage for users who have not logged in
- How do you manage your pages or functions that require logged-in users?
- How can i login with user’s password in WordPress being an admin?
- Delete a user from frontend
- Check if user is logged in via JS? [duplicate]
- Use members from 1 site on another one
- Can I edit the database to change a login?
- how redirect users to custom login page when “login to reply” is clicked? [duplicate]
- User(s) already exists show error please provide a valid username
- wp_generate_password sets password but can’t login using created password
- add class to element if user is not logged in [closed]
- Is there a way to call via javascript if a user is logged-in on a static html file?
- Restricting wordpress login sessions for a web app
- How to connect wordpress user with my own APP user?
- How to change default username field after login
- The same session information for peer users on two different WordPress servers
- WP users cant reset password
- Check for empty username or password on login
- $user_login is not working if author has only 1 post
- Specific Content on pages based on user
- user and usermeta table not found
- custom login form, guide me
- Changing user_login ends current session
- Current User Seeing Another Logged In User Info
- Redirect based on log-in status per JavaScript
- Securely log in a user without a password using a link?
- Integrating Facebook Registration (and Login) on a WordPress page
- WordPress – Security Question at Login from User’s Meta Data
- determine active user browser at the same time
- How to track all users logged into a site?
- Cant edit profile from frontend
- How to authenticate/verify login credentials & check for user meta without logging in?
- If the current user is an administrator or editor
- How do I add a field on the Users profile? For example, country, age etc
- Groups of capabilities: users with multiple roles?
- Is there a way to merge two users?
- How to restrict access to uploaded files?
- Best way to send users password?
- Basic auth WordPress REST API dilemma
- importing users where password is provided as md5 + much metadata
- Can I create users that have access to *some* other users posts instead of all other users posts?
- Total Word Count For Posts And Comments By One Author
- Delete user from frontend
- WordPress User Meta & ChromePHP or other way to debug/view php variables
- New users not showing up in Post -> Edit
- How can i change the name order in the admin?
- User profile updates password even if not filled (Theme my login) in Firefox? [closed]
- users and usermeta table
- Getting the age of a users account
- How can I prevent certain custom roles from seeing other custom roles on the user list page?
- Creating User Profiles using author.php
- Secondary Menu and Logged In Users
- Allow admins to login as other users
- How to count total words for posts published by one author?
- user login and its profile
- is_user_logged_in function in a sidebar not working
- Get current logged-in user from external site
- Load Custom Field to User Profile as per User Role using Ajax
- How to display a calendar with events depending on the user?
- How to show different pages for different users
- Disabling user capability to edit_posts or delete_posts in the front-end
- Redirect /member/ to /member/user
- WP_User object behaving strangely when used inside Admin Panel?
- Insert query not working for non-logged in user
- Disallow user registration/checkout via Hotmail/Yahoo
- What techniques can a user employ to achieve a password rated “strong” in the WordPress password checker