Modularización de GKACHELE SaaS
This commit is contained in:
11
wp-content/themes/abiz/sidebar-woocommerce.php
Normal file
11
wp-content/themes/abiz/sidebar-woocommerce.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Template file for WooCommerce sidebar
|
||||
*/
|
||||
if ( is_active_sidebar( 'sidebar-woocommerce' ) ) : ?>
|
||||
<div class="col-lg-4 pl-lg-4 order-0">
|
||||
<div class="sidebar">
|
||||
<?php dynamic_sidebar('sidebar-woocommerce'); ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user