$value): ?>
ID; $author_data = get_userdata($author_ID); $author_post_count = count_user_posts($author_ID); if (get_avatar($author_data->user_email)): echo get_avatar($author_data->user_email); else: echo 'no tiene foto'; endif; ?>

data->display_name;?>

description; ?>

', esc_url( get_author_posts_url($author_ID) ), sprintf(_n('%s Article', '%s Articles', $author_post_count, 'abedul'), $author_post_count)); ?>