wordpress/php-fpm/wordpress_files/themes/ofiok2018/sidebar-footer1.php
2020-05-22 01:40:23 +00:00

25 lines
484 B
PHP

<?php
/**
* Sidebar setup for footer full.
*
* @package understrap
*/
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if ( is_active_sidebar( 'footer1' ) ) : ?>
<!-- ******************* The Footer Full-width Widget Area ******************* -->
<div class="col" id="footer-1">
<div class="<?php echo esc_attr( $container ); ?>" tabindex="-1">
<?php dynamic_sidebar( 'footer1' ); ?>
</div>
</div><!-- #wrapper-footer-full -->
<?php endif; ?>