Added new blog data source
This commit is contained in:
@@ -329,23 +329,23 @@
|
||||
?>
|
||||
<div class="blog_box type_two">
|
||||
<div class="image_box">
|
||||
<img src="<?=$bitem['image']?>" class="img-fluid" alt="img" />
|
||||
<img src="<?=$bitem['image']?>" class="img-fluid" alt="<?= $bitem['title'] ?>" />
|
||||
<div class="overlay">
|
||||
<a href="<?= $bitem['link'][0] ?>" data-fancybox="gallery" data-caption="">
|
||||
<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'][0] ?>" class="category"><?=PROUCT_BRAND_NAME?></a>
|
||||
<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'][0] ?></p>
|
||||
<p><span class="fa fa-clock-o"></span><?= $bitem['date'] ?></p>
|
||||
</div>
|
||||
<h2><a href="<?= $bitem['link'][0] ?>"><?= $bitem['title'][0] ?> </a></h2>
|
||||
<h2><a href="<?= $bitem['link'] ?>"><?= $bitem['title'] ?> </a></h2>
|
||||
</div>
|
||||
<p><?= $bitem['desc'][0] ?>.</p>
|
||||
<a href="<?= $bitem['link'][0] ?>" class="read_more tp_two">Read More<span class="flaticon-arrow"></span></a>
|
||||
<p><?= $bitem['desc']?>.</p>
|
||||
<a href="<?= $bitem['link'] ?>" class="read_more tp_two">Read More<span class="flaticon-arrow"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user