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/root/proc/self/cwd/wp-content/themes/kidzieo/theme-parts/blog/blog-style-1.php
<?php if( empty($imgsize)){ $imgsize = 'pbmit-img-740x560'; } ?>
<div class="post-item">
	<div class="pbminfotech-box-content">
		<div class="pbmit-featured-container">
			<?php pbmit_get_featured_data( array( 'size' => esc_attr($imgsize) ) ); ?>
			<div class="pbmit-meta-date-wrapper pbmit-meta-line">
				<div class="pbmit-meta-date">
					<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>
			</div>
		</div>
		<div class= "pbmit-category-admin-wraper d-flex align-items-center">
			<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; ?>
			<div class="pbmit-meta-author pbmit-meta-line">
				<span class="pbmit-post-author"><?php echo get_the_author(); ?></span>
			</div>
		</div>
		<div class="pbmit-content-wrapper">
			<h3 class="pbmit-post-title"><a href="<?php the_permalink(); ?>"><?php echo get_the_title(); ?></a></h3>
		</div>
	</div>
</div>