File: /var/www/agighana.org_backup/footer-widget-three.php
<?php if ( is_active_sidebar( 'footer-sidebar-1' ) || is_active_sidebar( 'footer-sidebar-3' ) ) : ?>
<div class="col-sm-6 col-12 footer-widget-item">
<?php dynamic_sidebar( 'footer-sidebar-1' ); ?>
<?php dynamic_sidebar( 'footer-sidebar-3' ); ?>
</div>
<?php endif;
if ( is_active_sidebar( 'footer-sidebar-2' ) || is_active_sidebar( 'footer-sidebar-4' ) ) : ?>
<div class="col-sm-6 col-12 footer-widget-item">
<?php dynamic_sidebar( 'footer-sidebar-2' ); ?>
<?php dynamic_sidebar( 'footer-sidebar-4' ); ?>
</div>
<?php endif; ?>