Make WordPress Themes

source: flixita/1.0.15/sidebar-woocommerce.php

Last change on this file was 198763, checked in by themedropbox, 2 years ago

New theme: Flixita - 1.0

File size: 268 bytes
Line 
1<?php
2/**
3 * Template file for WooCommerce sidebar
4 */
5if ( is_active_sidebar( 'sidebar-woocommerce' ) ) : ?>
6        <div class="col-lg-4 pl-lg-4 order-0">
7                <div class="sidebar">
8                        <?php dynamic_sidebar('sidebar-woocommerce'); ?>
9                </div>
10        </div>
11<?php endif; ?>
Note: See TracBrowser for help on using the repository browser.