footer sidebar start

This commit is contained in:
2018-08-06 08:53:22 -05:00
parent bdc22c7ad4
commit 35e279dd56
4 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,5 @@
<?php if( is_active_sidebar('footer-sponsors') ) : ?>
<div class="sponsors">
<?php dynamic_sidebar( 'footer-sponsors' ); ?>
</div>
<?php endif; ?>