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>
|
||||
|
||||
Reference in New Issue
Block a user