cloned theme

This commit is contained in:
2020-09-12 17:42:31 +02:00
parent c16a9d449b
commit 2f4d62ccb6
35 changed files with 4212 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package gruener-salon
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->