An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
275 B

3 years ago
3 years ago
  1. <?php
  2. /**
  3. * The sidebar containing the main widget area.
  4. *
  5. * @package Portage
  6. */
  7. if ( ! is_active_sidebar( 'sidebar-1' ) ) {
  8. return;
  9. }
  10. ?>
  11. <div id="sidebar" class="widget-area" role="complementary">
  12. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  13. </div><!-- end #sidebar -->