File: /www/wwwroot/www.sceytyg.com/wp-content/themes/Zing-Pro/template-parts/loop/1.php
<li class="col-2-1 not-animated"<?php echo data_animate();?>>
<div class="entry-item">
<div class="time">
<?php if( get_locale() == 'en_US' ){?>
<p class="time-day"><?php the_time('d') ?></p>
<p class="time-date"><?php the_time('m / Y') ?></p>
<?php }else{?>
<p class="time-day"><?php the_time('d') ?></p>
<p class="time-date"><?php the_time('Y-m') ?></p>
<?php }?>
</div>
<div class="entry-title">
<h2><a href="<?php the_permalink(); ?>"><?php the_title_attribute(); ?></a></h2>
</div>
<div class="entry-summary">
<div class="qhd-content">
<p><?php echo mb_strimwidth(strip_tags($post->post_content),0,110,'...');?></p>
</div>
</div>
</div>
</li>