| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * The template for displaying WooCommerce Posts. |
|---|
| 4 | */ |
|---|
| 5 | get_header(); |
|---|
| 6 | get_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.