ildi-wp/sidebar-footer-sponsors.php

6 lines
170 B
PHP
Raw Normal View History

2018-08-06 08:53:22 -05:00
<?php if( is_active_sidebar('footer-sponsors') ) : ?>
2018-08-07 15:49:34 -05:00
<section class="footer-sponsors">
2018-08-06 08:53:22 -05:00
<?php dynamic_sidebar( 'footer-sponsors' ); ?>
2018-08-07 15:49:34 -05:00
</section>
2018-08-06 08:53:22 -05:00
<?php endif; ?>