File: /home/l2pbkn5l6xav/www/wp-content/themes/safha-one-page/template-parts/post/gridlayout.php
<?php
/**
* Template part for displaying posts
*/
?>
<div class="col-lg-4 col-md-4">
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="blogger">
<?php if(has_post_thumbnail()) { ?>
<div class="post-image">
<?php the_post_thumbnail(); ?>
</div>
<?php } ?>
<h3><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php the_title_attribute(); ?>"><?php the_title();?></a></h3>
<div class="post-info">
<i class="fa fa-calendar" aria-hidden="true"></i><span class="entry-date"> <?php echo esc_html(get_the_date()); ?></span>
<i class="fa fa-user" aria-hidden="true"></i><span class="entry-author"> <?php the_author(); ?></span>
<i class="fas fa-comments"></i><span class="entry-comments"><?php comments_number( __('0 Comments','safha-one-page'), __('0 Comments','safha-one-page'), __('% Comments','safha-one-page') ); ?></span>
</div>
<p><?php the_excerpt();?></p>
<div class="post-link">
<a href="<?php echo esc_url( get_permalink() ); ?>"><?php esc_attr_e( 'READ MORE','safha-one-page' ); ?></a>
</div>
</div>
</div>
</div>