sidebar-footer.php 382 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * The sidebar containing the main widget area.
  4. *
  5. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  6. *
  7. * @package popper
  8. */
  9. if ( ! is_active_sidebar( 'sidebar-foooter' ) ) {
  10. return;
  11. }
  12. ?>
  13. <div id="tertiary" class="widget-area clear" role="complementary">
  14. <?php dynamic_sidebar( 'sidebar-foooter' ); ?>
  15. </div><!-- #secondary -->