PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/oligap/public_html/wp-content/themes/consultstreet/ |
| Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64 IP: 128.140.68.198 |
| Dir : /home/oligap/public_html/wp-content/themes/consultstreet/sidebar-footer.php |
<?php
/**
* The sidebar containing the footer widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package consultstreet
*/
if ( ! is_active_sidebar( 'footer-sidebar-one' ) && ! is_active_sidebar( 'footer-sidebar-two' ) && ! is_active_sidebar( 'footer-sidebar-three' ) && ! is_active_sidebar( 'footer-sidebar-four' ) ) {
return;
}
// call the footer-one sidebar.
if ( is_active_sidebar( 'footer-sidebar-one' ) ) : ?>
<div class="col-lg-3 col-md-6 col-sm-12">
<?php dynamic_sidebar( 'footer-sidebar-one' ); ?>
</div>
<?php endif; ?>
<?php
// call the footer-two sidebar.
if ( is_active_sidebar( 'footer-sidebar-two' ) ) : ?>
<div class="col-lg-3 col-md-6 col-sm-12">
<?php dynamic_sidebar( 'footer-sidebar-two' ); ?>
</div>
<?php endif; ?>
<?php
// call the footer-three sidebar.
if ( is_active_sidebar( 'footer-sidebar-three' ) ) : ?>
<div class="col-lg-3 col-md-6 col-sm-12">
<?php dynamic_sidebar( 'footer-sidebar-three' ); ?>
</div>
<?php endif; ?>
<?php
// call the footer-four sidebar.
if ( is_active_sidebar( 'footer-sidebar-four' ) ) : ?>
<div class="col-lg-3 col-md-6 col-sm-12">
<?php dynamic_sidebar( 'footer-sidebar-four' ); ?>
</div>
<?php endif; ?>