Updated for public server.

This commit is contained in:
2025-11-25 00:04:05 +00:00
parent d6e9d316bc
commit 70ec2ce486
267 changed files with 100271 additions and 30 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Shopire
*/
if ( ! is_active_sidebar( 'shopire-sidebar-primary' ) ) { return; } ?>
<div id="wf-sidebar" class="wf-col-lg-4 wf-col-md-12 wf-col-12">
<div class="wf_widget-area">
<?php dynamic_sidebar('shopire-sidebar-primary'); ?>
</div>
</div>