| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/template-parts/ |
Upload File : |
<?php
/**
* Top Footer html template.
*
* @package MTWTeam
*/
if ( ! is_active_sidebar( 'footer' ) && ! is_active_sidebar( 'footer-2' ) && ! is_active_sidebar( 'footer-3' ) && ! is_active_sidebar( 'footer-4' ) && ! is_active_sidebar( 'footer-5' ) ) {
return;
}
?>
<div class="top-footer">
<div class="container">
<div class="row">
<?php if ( is_active_sidebar( 'footer' ) ) : ?>
<div class="col-md-3 col-xs-6">
<?php dynamic_sidebar( 'footer' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footer-2' ) ) : ?>
<div class="col-md-3 col-xs-6">
<?php dynamic_sidebar( 'footer-2' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footer-3' ) ) : ?>
<div class="col-md-3 col-xs-6">
<?php dynamic_sidebar( 'footer-3' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footer-4' ) ) : ?>
<div class="col-md-3 col-xs-6">
<?php dynamic_sidebar( 'footer-4' ); ?>
</div>
<?php endif; ?>
<?php //if ( is_active_sidebar( 'footer-5' ) ) : ?>
<!--<div class="col-md-2">
<?php //dynamic_sidebar( 'footer-5' ); ?>
</div>-->
<?php //endif; ?>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .top-footer -->