%3$s',
get_avatar( get_the_author_meta( 'ID' ), 55 ),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
get_the_author()
);
endif;
if($cafesio_blog_date === 'yes'):
if ( get_post_type() === 'post' ) {
echo '
'. get_the_date() .
'';
}
endif;
if($cafesio_blog_category === 'yes'):
$cafesio_category_list = get_the_category_list( ', ' );
if ( $cafesio_category_list ) {
echo '
'. wp_kses_post($cafesio_category_list) .'
';
}
endif;
?>