Url added to docker.yml host file + Real Blog data added

This commit is contained in:
2024-12-14 17:21:44 -05:00
parent 0a5bfeaa60
commit e9dd5ec5a9
3 changed files with 17 additions and 10 deletions
+1 -2
View File
@@ -1283,7 +1283,6 @@
<div class="carousel-items relative" data-lqd-flickity='{"cellAlign": "center", "groupCells": true, "wrapAround": true, "pageDots": true, "prevNextButtons": false, "dotsIndicator": "dots", "dotsAppendTo": "self"}'>
<?php
$blogdata = [];
foreach ($blogdata as $item){
//var_dump($data);
?>
@@ -1292,7 +1291,7 @@
<div class="lqd-testi relative lqd-testi-style-1 flex flex-col-reverse lqd-testi-shadow-xs lqd-testi-details-lg lqd-testi-quote-18 lqd-testi-avatar-72 rounded-20 py-30 px-35 bg-blue-100 module-content ">
<p><?=$item['post_title']?><br></p>
<div><img style="border-radius: 10px;" src="https://blog.wrenchboard.com/wp-content/uploads/<?=$item['meta_value']?>" alt="Tokslaw"></div>
<div><img style="border-radius: 10px;" src="<?=$blog_media_url?>/<?=$item['meta_value']?>" alt="Tokslaw"></div>
</div>
</div>