Make WordPress Themes

source: flixita/1.0.74/woocommerce.php

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

New theme: Flixita - 1.0

File size: 625 bytes
Line 
1<?php
2/**
3 * The template for displaying WooCommerce Posts.
4 */
5get_header();
6get_template_part('/template-parts/site', 'breadcrumb');
7?>
8<section id="product" class="product-section st-py-default">
9    <div class="container">
10        <div class="row gy-lg-0 gy-5 wow fadeInUp">
11                        <div id="product-content" class="<?php if ( is_active_sidebar('sidebar-woocommerce') ){ esc_attr_e('col-lg-8','flixita'); } else { esc_attr_e('col-lg-12','flixita'); } ?>">
12                                <?php woocommerce_content(); ?>
13                        </div>
14                        <?php get_sidebar('woocommerce');  // Sidebar ?>
15                </div> 
16        </div>
17</section>
18<?php get_footer(); ?>
19
Note: See TracBrowser for help on using the repository browser.