MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 52.15.170.196
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/instabus.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/instabus.in/index-blog.php

    
 <!-- Blog Area Start -->
    <section class="peulis-blog-area section_70">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="site-heading">
                        <h2>Our Travel Blogs</h2>
                        <p>If you are traveller & you are interested in the historical city Agra, then you have to read our awesome Travel Blogs here </p>
                    </div>
                </div>
            </div>
            <div class="row">

<?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");
   while($blog_res=mysqli_fetch_array($sql_blog)){
  ?>
                <div class="col-lg-4">
                    <div class="single-blog-item">
                        <div class="blog-image">
                            <a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.html">
                                <img src="<?=$site_url?>/blog_images/<?=$blog_res['blog_image_name']?>" alt="<?=$blog_res['blog_title']?>" />
                            </a>
                        </div>
                        <div class="blog-desc">
                            <div class="post-meta">
                                <p class="date"><?=date("d-M-Y", strtotime($blog_res['blog_add_date']))?></p>
                                <p>By <a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.html"><?=$compDATA['admin_company_name']?></a></p>
                            </div>
                            <h3><a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.html"><?=$blog_res['blog_title']?></a></h3>
                               <?php
$blog_desc=$blog_res['blog_description'];
?>
<p><?=substr(strip_tags($blog_desc), 0,180)?>... <a href="<?=$site_url?>/blog/<?=$blog_res['blog_url']?>.html" style="color:black; font-weight: bold;">Read More</a></p>
  
                        </div>
                    </div>
                </div>
<?}?>


            </div>
        </div>
    </section>
    <!-- Blog Area End -->

MMCT - 2023