sidebar.php 346 B

12345678910111213141516
  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 Akina
  8. */
  9. //disable get_sidebar()
  10. return;
  11. ?>
  12. <aside id="secondary" class="widget-area" role="complementary">
  13. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  14. </aside><!-- #secondary -->