new blog location
This commit is contained in:
+3
-23
@@ -71,29 +71,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12 padding_zero">
|
||||
<div class="owl-carousel three_items">
|
||||
|
||||
<?php
|
||||
foreach ($blog_post as $bitem) {
|
||||
// print_r($bitem);
|
||||
?>
|
||||
<div class="doctor_box type_one ">
|
||||
<div class="image_box">
|
||||
<img src="<?=$bitem['image']?>" class="img-fluid" alt="<?= $bitem['title'] ?>" />
|
||||
</div>
|
||||
<div class="content_box">
|
||||
|
||||
<h2> <a href="<?= $bitem['link'] ?>"><?= $bitem['title'] ?> </a> </h2>
|
||||
<small><?= $bitem['date'] ?></small>
|
||||
<p><?= $bitem['desc']?>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
include 'blog_section.php';
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -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>
|
||||
@@ -262,43 +262,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<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="<?=$bitem['image']?>" class="img-fluid" alt="<?= $bitem['title'] ?>" />
|
||||
<div class="overlay">
|
||||
<a href="<?= $bitem['link']?>" data-fancybox="gallery" data-caption="">
|
||||
<span class="flaticon-image zoom_icon"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_box">
|
||||
<a href="<?= $bitem['link'] ?>" class="category"><?=PROUCT_BRAND_NAME?></a>
|
||||
<div class="title_box">
|
||||
<div class="post-date">
|
||||
<p><span class="fa fa-clock-o"></span><?= $bitem['date'] ?></p>
|
||||
</div>
|
||||
<h2><a href="<?= $bitem['link'] ?>"><?= $bitem['title'] ?> </a></h2>
|
||||
</div>
|
||||
<p><?= $bitem['desc']?>.</p>
|
||||
<a href="<?= $bitem['link'] ?>" class="read_more tp_two">Read More<span class="flaticon-arrow"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
include 'blog_section.php';
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user