Add theme

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-10-25 23:03:21 +02:00
parent 290736650a
commit ea49b99d3e
68 changed files with 9472 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?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; ?>