blockTitle ) && ! empty( $post_options->blockTitle ) ) { echo '

'. esc_html( $post_options->blockTitle ) .'

'; } ?>
have_posts() ) : while ( $featured_query->have_posts() ) : $featured_query->the_post(); if ( has_post_thumbnail() ) { $post_img = 'has-image'; } else { $post_img = 'no-image'; } ?>
postCats ) && $post_options->postCats ) { ?>
', '' ); ?>
postDate ) && $post_options->postDate ) { azure_news_posted_on(); } if ( isset( $post_options->postAuthor ) && $post_options->postAuthor ) { azure_news_posted_by(); } if ( isset( $post_options->postComment ) && $post_options->postComment ) { azure_news_post_comment(); } ?>
postMore ) && $post_options->postMore ) { get_template_part( 'template-parts/partials/post/read-more' ); } ?>