HEX
Server: LiteSpeed
System: Linux l24.yourwebhosting.net 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: turkishi (1582)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/cwd/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>