user_email)):
echo get_avatar($author_data->user_email, 60);
endif;
?>
%2$s', //esto deberia ser un h2
esc_url( get_author_posts_url( $author_ID ) ),
$author_data->display_name);
while ($query -> have_posts()) : $query -> the_post();
the_title( sprintf( '
' ); //y esto un h3.
endwhile;
wp_reset_postdata();
printf( '
',
esc_url( get_author_posts_url( $author_ID ) ),
__('All articles', 'abedul'));
?>