pyramidengarten-berlin-social/wp-themes/pyramidengarten/sidebar.php

16 lines
283 B
PHP
Raw Permalink Normal View History

2019-09-22 17:23:45 +00:00
<?php
/**
* The sidebar containing the main widget area.
*
* @package pyramidengarten
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->