File: //proc/thread-self/cwd/wp-content/themes/kidzieo/theme-parts/portfolio/portfolio-style-1.php
<?php if( empty($imgsize)){ $imgsize = 'pbmit-img-700x750'; } // Default image size ?>
<div class="pbminfotech-post-content">
<?php pbmit_get_featured_data( array( 'featured_img_only' => true, 'size' => esc_attr($imgsize) ) ); ?>
<div class="pbminfotech-box-content">
<div class="pbminfotech-titlebox">
<div class="pbmit-port-cat"><?php echo get_the_term_list( get_the_ID(), 'pbmit-portfolio-category', '', ', ' ); ?></div>
<h3 class="pbmit-portfolio-title"><a href="<?php the_permalink(); ?>"><?php echo get_the_title(); ?></a></h3>
</div>
</div>
</div>