' . get_avatar( get_the_author_meta( 'ID' ), 30 ) . esc_html( get_the_author() ) . '';
endif;
if (apply_filters( 'bahotel_l_option', '', 'blog_categories' )):
$categories_list = get_the_category_list( esc_html__( ' - ', 'ba-hotel-light' ) );
if ( $categories_list ) {
echo '' . wp_kses_post($categories_list) . '';
}
endif;
if (apply_filters( 'bahotel_l_option', '', 'blog_tags' )):
$tags_list = get_the_tag_list( '', esc_html_x( ' - ', 'list item separator', 'ba-hotel-light' ) );
if ( $tags_list ) {
echo '' . wp_kses_post($tags_list) . '';
}
endif;