Server IP : 103.53.40.154 / Your IP : 3.146.34.148 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/ppcadsexpert.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $sql_blog=db_query("select * from tbl_blog where 1 and blog_status='Active' and blog_set_home='Yes' order by blog_id asc"); if(mysqli_num_rows($sql_blog)>0) { ?> <section> <div class="w-100 pb-100"> <div class="container"> <div class="sec-title2 mb-70 text-center w-100"> <div class="d-inline-block"> <h2 class="mb-0 text-uppercase text-color2"><span>PPC AD</span>BLOGS</h2> <p class="mb-0">Read The Latest Blogs on Pay Per Click Advertisement <br> Here are the Best PPC Ad Blogs for you</p> </div> </div><!-- Section Title Style 2 --> <div class="blog-wrap w-100"> <div class="blog-caro"> <?php while($blog_res=mysqli_fetch_array($sql_blog)){ ?> <div class="blog-post-wrap"> <article class="post-style1 w-100 brd-rd20 overflow-hidden position-relative"> <div class="post-img overflow-hidden w-100"> <a class="d-block" href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.htm" title="<?=$blog_res['blog_title']?>"> <img src="<?=$site_url?>/blog_images/<?=$blog_res['blog_image_name']?>" alt="<?=$blog_res['blog_title']?>"> </a> </div> <div class="post-info w-100 position-relative"> <a class="brd-rd10 text-uppercase" href="javascript:void(0);" title="<?=$blog_res['blog_subject']?>"><?=$blog_res['blog_subject']?></a> <h3 class="mb-0"><a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.htm" title="<?=$blog_res['blog_title']?>"><?=$blog_res['blog_title']?></a></h3> <p class="mb-0"> <?php $index_blog_desc=strip_tags($blog_res['blog_description']); echo substr($index_blog_desc, 0,105)."..."; ?> </p> </div> <div class="post-bottom-info overflow-hidden"> <div class="post-author"> <a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.htm"> <span>Read More <i class="fa fa-angle-right"></i></span></a> </div> </div> </article> </div> <?}?> </div> <div class="view-all-wrap text-center w-100 mt-20"> <a class="simple-btn theme-btn fill-btn3" href="<?=$site_url?>/blog.html" title="View All">View All</a> </div><!-- View More --> </div><!-- Blog Wrap --> </div> </div> </section> <?}?>