File: //proc/self/root/home/turkishi/www/wp-content/themes/kidzieo/theme-parts/blog/blog-style-2.php
<?php if( empty($imgsize)){ $imgsize = 'pbmit-img-500x240'; } // Default image size ?>
<div class="post-item">
<div class="pbmit-blog-content d-flex align-items-center">
<div class="pbmit-meta-date-wrapper">
<span class="pbmit-day-wrap"><?php echo get_the_date( 'd' ); ?></span>
<span class="pbmit-date-wrap"><?php echo get_the_date( 'M Y' ); ?></span>
</div>
<?php pbmit_get_featured_data( array( 'featured_img_only' => true, 'size' => esc_attr($imgsize) ) ); ?>
<div class="pbmit-box-content-wrapper">
<div class="pbmit-meta-cat-wrapper pbmit-meta-line">
<div class="pbmit-meta-category"><?php echo get_the_category_list( ' ' ); ?></div>
</div>
<?php
$catlist = get_the_category_list( ', ' );
if( !empty($catlist) ) : ?>
<?php endif; ?>
<h3 class="pbmit-post-title"><a href="<?php the_permalink(); ?>"><?php echo get_the_title(); ?></a></h3>
</div>
<div class="pbmit-btn">
<a class="pbmit-button" href="<?php the_permalink(); ?>"><span class="pbmit-button-wrapper"><?php echo esc_attr__( 'Read Continue', 'kidzieo' ) ?></span></a>
</div>
</div>
</div>