Нет описания

footer-widgets.php 307B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Displays the footer widget area.
  4. *
  5. * @package WordPress
  6. * @subpackage Twenty_Twenty_One
  7. * @since Twenty Twenty-One 1.0
  8. */
  9. if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
  10. <aside class="widget-area">
  11. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  12. </aside><!-- .widget-area -->
  13. <?php endif; ?>