Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hardcode for who's online avatar

I found this code that will list current user.

How would I change it to list all users?

<?php

global $current_user;

get_currentuserinfo();

echo get_avatar( $current_user->ID, 50 );

?>

Skip to toolbar