sidebar.php 88 B

12345678
  1. <?php
  2. if(is_active_sidebar('main-sidebar')) {
  3. dynamic_sidebar('main-sidebar');
  4. }
  5. ?>