new template

This commit is contained in:
Roman Pyrih
2025-08-26 11:57:17 +02:00
parent 97352dcdc9
commit c4f5299f86
37 changed files with 4214 additions and 0 deletions

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 BRPP_prawo_podatki
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->