<?php /** * The template for displaying archived woocommerce products * * @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/ * @package Gutener */ get_header(); ?> <div id="content" class="site-content"> <div class="container"> <section class="wrap-detail-page "> <h1 class="page-title"> <?php if( !gutener_wooCom_is_product_page() || !get_theme_mod( 'disable_single_product_title', false ) ){ woocommerce_page_title(); } ?> </h1> <?php if( !gutener_wooCom_is_product_page() ){ if ( get_theme_mod( 'breadcrumbs_controls', 'disable_in_all_pages' ) == 'disable_in_all_pages' || get_theme_mod( 'breadcrumbs_controls', 'disable_in_all_pages' ) == 'show_in_all_page_post' ){ if( function_exists( 'bcn_display' ) && !is_front_page() ){ navxt_gutener_breadcrumb( false ); }else{ gutener_breadcrumb_wrap( false ); } } } ?> <div class="row"> <?php $getSidebarClass = gutener_get_sidebar_class(); $sidebarClass = 'col-12'; if( !gutener_wooCom_is_product_page() ){ $sidebarClass = $getSidebarClass[ 'sidebarClass' ]; gutener_woo_product_detail_left_sidebar( $getSidebarClass[ 'sidebarColumnClass' ] ); } ?> <div id="primary" class="content-area <?php echo esc_attr( $sidebarClass ); ?>"> <main id="main" class="site-main post-detail-content woocommerce-products" role="main"> <?php if ( have_posts() ) : woocommerce_content(); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php if( !gutener_wooCom_is_product_page() ){ gutener_woo_product_detail_right_sidebar( $getSidebarClass[ 'sidebarColumnClass' ] ); } ?> </div> </section> </div><!-- #container --> </div><!-- #content --> <?php get_footer();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
template-parts | Folder | 0755 |
|
|
404.php | File | 1.21 KB | 0644 |
|
archive.php | File | 6.11 KB | 0644 |
|
comments.php | File | 1.88 KB | 0644 |
|
footer.php | File | 4.63 KB | 0644 |
|
functions.php | File | 17.33 KB | 0644 |
|
header.php | File | 4.25 KB | 0644 |
|
index.php | File | 10.2 KB | 0644 |
|
page.php | File | 6.29 KB | 0644 |
|
readme.txt | File | 5.54 KB | 0644 |
|
rtl.css | File | 5.18 KB | 0644 |
|
rtl.css.map | File | 1.19 KB | 0644 |
|
screenshot.png | File | 653.07 KB | 0644 |
|
search.php | File | 2.01 KB | 0644 |
|
sidebar.php | File | 347 B | 0644 |
|
single.php | File | 6.08 KB | 0644 |
|
style.css | File | 163.51 KB | 0644 |
|
style.css.map | File | 37.76 KB | 0644 |
|
woocommerce.php | File | 1.85 KB | 0644 |
|
wpml-config.xml | File | 1.31 KB | 0644 |
|