new blog location
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<div class="col-lg-12 padding_zero">
|
||||
<div class=" owl-carousel three_items">
|
||||
|
||||
<?php
|
||||
foreach ($blog_post as $bitem) {
|
||||
// print_r($bitem);
|
||||
?>
|
||||
<div class="blog_box type_two">
|
||||
<div class="image_box">
|
||||
<img src="https://blog.mermsemr.com/wp-content/uploads/<?=$bitem['meta_value']?>" class="img-fluid" alt="<?= $bitem['title'] ?>" />
|
||||
<div class="overlay">
|
||||
<a href="<?= $bitem['guid']?>" data-fancybox="gallery" data-caption="">
|
||||
<span class="flaticon-image zoom_icon"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_box">
|
||||
<a href="<?= $bitem['guid'] ?>" class="category"><?=PROUCT_BRAND_NAME?></a>
|
||||
<div class="title_box">
|
||||
<div class="post-date">
|
||||
<p><span class="fa fa-clock-o"></span><?= $bitem['post_date'] ?></p>
|
||||
</div>
|
||||
<h2><a href="<?= $bitem['link'] ?>"><?= $bitem['post_title'] ?> </a></h2>
|
||||
</div>
|
||||
<p><?= $bitem['desc']?>.</p>
|
||||
<a href="<?= $bitem['guid'] ?>" class="read_more tp_two">Read More<span class="flaticon-arrow"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user