HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/xpresscleaningservices.com/wp-content/themes/cleeny/template-parts/content-blog.php
<?php
/**
 * Template part for displaying posts
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package cleeny
 */
?>
	<!-- BLOG QUERY -->
	<!-- SINGLE BLOG -->
	<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 grid-item">
		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<div class="cleeny-single-blog blog-grid">					
				<!-- BLOG THUMB -->
				<?php if(has_post_thumbnail()){?>
					<div class="cleeny-blog-thumb ">
						<a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail('cleeny-blog-default'); ?> </a>
					</div>									
				<?php } ?>
				
				<!-- BLOG CONTENT -->
				<div class="cleeny-blog-content-area ">												
					<div class="cleeny-blog-meta-left">
                        <i class="fa fa-user"></i><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ); ?>"><?php esc_html_e('by ', 'cleeny'); ?><?php the_author(); ?></a>	
                        <i class="fa fa-calendar"></i><span><?php echo get_the_time(get_option('date_format')); ?></span>
					</div>	
					<div class="blog-page-title ">
						<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>			
					</div>
					<div class="blog-description">					
						<p><?php echo wp_trim_words( get_the_content(), 9, ' ' ); ?></p>
					</div>
					<div class="blog-readmore">
						<a href="<?php the_permalink(); ?>"><?php esc_html_e('Read More', 'cleeny'); ?></a>	
					</div>
				</div>									
			</div>
		</div> <!--  END SINGLE BLOG -->
	</div><!-- #post-## -->