| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/greenbrissie.com/public_html/wp-content/themes/efb-garden/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package efb-tndc
*/
?>
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer mt-5 py-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">About Us</h4>
<p class="mb-2">Green Brissie provide best service of watering, weeding, pruning, pest and disease control in Brisbane.</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>0479055387 , 0459519216</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>gss387@myyahoo.com</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-light rounded-circle me-2" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-outline-light rounded-circle me-2" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-outline-light rounded-circle me-2" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-square btn-outline-light rounded-circle me-2" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">Services</h4>
<ul>
<li><a href="">Garden Maintenance</a></li>
<li><a href="">Landscaping</a></li>
<li><a href="">Lawn Care</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">Quick Links</h4>
<ul>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Terms & Condition</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">Latest News</h4>
<ul>
<?php
$recent_posts = wp_get_recent_posts(array(
'numberposts' => 3, // Number of recent posts thumbnails to display
'post_status' => 'publish' // Show only the published posts
));
foreach( $recent_posts as $post_item ) : ?>
<li>
<a href="<?php echo get_permalink($post_item['ID']) ?>">
<?php echo $post_item['post_title'] ?>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Last Footer Start -->
<div class="container-fluid lastfooter py-4">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">greenbrissie.com</a>, All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed By <a class="border-bottom" target="_blank" href="https://efbtechnology.com">EFB Technology</a> | Icons by <a class="border-bottom" target="_blank" href="https://icons8.com">Icons8</a>
</div>
</div>
</div>
</div>
<!-- Last Footer End -->
<!-- Fixed side button -->
<div class="fixedright"><a data-bs-toggle="modal" data-bs-target="#exampleModal" href="#">LAWN MOWING</a></div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Lawn Moving Offer for Limited Time</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<?php echo do_shortcode('[wpforms id="17" title="false"]'); ?>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel2" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel2">Get Quote</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<?php echo do_shortcode('[wpforms id="17" title="false"]'); ?>
</div>
</div>
</div>
</div>
<!-- Back to Top -->
<a href="#" class="btn btn-primary btn-lg rounded-circle back-to-top"><i class="fa fa-arrow-up"></i></a>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="<?php echo get_template_directory_uri();?>/assets/js/wow.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/assets/js/my.js"></script>
<?php wp_footer(); ?>
</body>
</html>