Files
wordpress-preseed/wp-content/themes/scapegoat-master/sidebar.php
Adrian Nöthlich ea49b99d3e Add theme
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
2019-10-25 23:03:21 +02:00

8 lines
358 B
PHP

<?php $options = get_option('scapegoat_theme_options'); ?>
<?php if (is_active_sidebar('Main-Sidebar')) : ?>
<section id="sidebar" class="sidebar" role="complementary">
<h2 id="sidebar-title" class="visuallyhidden"><?php _e('Sidebar','scapegoat'); ?></h2>
<?php dynamic_sidebar('Main-Sidebar'); ?>
<div class="clear"></div>
</section>
<?php endif; ?>