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