request ); $count_users = count_users(); $count_pages = wp_count_posts( 'page' ); $count_posts = wp_count_posts( 'post' ); $users = get_users( array( 'number' => 10 ) ); $user_avatars = array(); $blog_details = get_blog_details(); foreach ( $users as $user ) { $user_avatars[] = get_avatar( $user->ID, 64, '', '', array( 'height' => 32, 'width' => 32 ) ); } ?>