dear-anon/wp-content/themes/podcast/sidebar.php

5 lines
144 B
PHP

<?php
if (is_active_sidebar('sidebar')) {
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?> <?php endif;
}
?>