Initial theme commit
This commit is contained in:
11
sidebar.php
Executable file
11
sidebar.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
|
||||
<aside class="sidebar-area">
|
||||
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
|
||||
<?php dynamic_sidebar( 'sidebar-1' ); ?>
|
||||
<?php else : ?>
|
||||
<section class="widget">
|
||||
<h3 class="widget-title">Sidebar</h3>
|
||||
<p>Hier kannst du Widgets aus Plugins oder WordPress selbst einfügen.</p>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
</aside>
|
||||
Reference in New Issue
Block a user