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

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

'; } ?>
post_count; if ( $block_query->have_posts() ) : while ( $block_query->have_posts() ) : $block_query->the_post(); $current_post = $block_query->current_post; if ( has_post_thumbnail() ) { $post_img = 'has-image'; } else { $post_img = 'no-image'; } if ( 0 === $current_post ) { echo '
'; } if ( 1 === $current_post ) { echo '
'; } ?>
postCats ) && $post_options->postCats ) { ?>
', '' ); ?>
postMore ) && $post_options->postMore ) { get_template_part( 'template-parts/partials/post/read-more' ); } ?>
'; } if ( $total_posts_count === $current_post + 1 && $total_posts_count > 1 ) { echo '
'; } endwhile; endif; ?>