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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/bhatiataxiservice.in/blog-listing.php
<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Dial 4 Cab</title>
    <?php include "links.php";?>
    <style>
        .myhead{
         font-weight: 800;
         font-size: 35px;
         line-height: 42px;
         color: #2d373c;
        margin-top: -7px;
        margin-bottom: 20px;

        }
       .myhead span{
           color: #ff4838;
        }
    </style>
</head>

<body>

    

    <?php include "header.php";?>

    <!-- breadcum area  -->
    
    <div class="breadcrumb breadcrumb-style-one">
        <div class="container">
            <div class="col-lg-12 text-center">
                <h1 class="breadcrumb-title">Our<span class="lst-words">Blogs</span></h1>
                <ul class="d-flex justify-content-center breadcrumb-items">
                    <li class="breadcrumb-item"><a href="index.html">Home</a></li>
                    <li class="breadcrumb-item active">Blogs </li>
                </ul>
            </div>
        </div>
    </div>


    <div class="blog-area blog-style-one pt-50 ">
       
                        <h2 class="text-center myhead">Our <span> Blogs </span></h2>
                        
            
        <div class="container">
             
            <div class="row justify-content-center">
                <div class="col-lg-8">
                   
                </div>
            </div>
            <div class="row">
                <?php
                       
                        $sqlblog = "SELECT * FROM `tbl_blog` ORDER BY b_id DESC";
                        $runblog = mysqli_query($db,$sqlblog) or die("Query Not run");
                        while($datablog = mysqli_fetch_assoc($runblog)){
                ?>
                    
                <div class="col-lg-4 col-md-6">
                    <div class="blog-card-alpha">
                        <div class="blog-thumb">
                            <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html">
                                <img  src="<?php echo $wspath;?>admin/images/property-image/<?php echo $datablog['image']?>" alt="<?php echo $datablog['title']?>">
                            </a>
                            <div class="blog-lavel">
                                
                                 <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html"><i class="bi bi-calendar3"></i> <?php echo $datablog['date']?></a>
                                <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html"><i class="bi bi-user-circle"></i> <?php echo $datablog['by_post']?></a>
                            </div>
                        </div>
                        <div class="blog-content">
                            
                            <h4 class="blog-title">
                                  <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html"><?php echo $datablog['title']?></a>
                            </h4>
                             <p class="blog-one__text"><?php echo substr($datablog['short_description'],0,100);?>...</p>
                            <div class="blog-one__bottom">
                                    <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html" class="blog-one__btn">Read More</a>
                                    <a href="<?php echo $wspath;?>blog<?php echo $datablog['slug_link'];?>.html" class="blog-one__arrow"><span class="icon-right-arrow"></span></a>
                                </div>
                        </div>
                    </div>
                </div>
               
               <?php } ?>
            </div>
        </div>
    </div>


   


    < <?php include "footer.php" ?>

</html>

MMCT - 2023