ID, 'blogasm_featured_img_type', true );
$featured_img_type = !empty( $featured_img_meta_value ) ? $featured_img_meta_value : 'portrait-img';
if ( $featured_img_type == 'landscape-img' ) {
$thumbnail_size = 'blogasm-1370-850';
$header_element_class[] = 'w-100';
} elseif ( $featured_img_type == 'full-width-img' ) {
$thumbnail_size = 'blogasm-1800-540';
$header_element_class[] = 'w-100';
} elseif ($featured_img_type == 'portrait-img') {
$thumbnail_size = 'blogasm-576-portrait';
$header_class[] = 'align-items-end';
}
$content_class = array( 'entry-content' );
$content_class[] = 'text-left';
$footer_class = array( 'entry-footer d-flex flex-wrap align-items-center' );
$footer_class[] = 'text-left'; ?>