| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tim/wp-content/themes/agency-starter/ |
Upload File : |
<?php
/**
* The WooCommerce template file.
* @package agency-starter
*/
get_header();
$agency_starter_sidebar_pos = get_theme_mod('woo_sidebar_position', 'left');
?>
<div id="content" class="site-content">
<?php if ( $agency_starter_sidebar_pos =='left' && is_active_sidebar( 'woocommerce-sidebar-1' ) ): ?>
<aside id="secondary" class="sidebar woocommerce widget-area col-xs-12 col-sm-4 col-md-3 col-lg-3" role="complementary">
<?php dynamic_sidebar( 'woocommerce-sidebar-1' ); ?>
</aside>
<?php endif; ?>
<div id="primary" class="content-area col-xs-12 col-sm-8 col-md-9 col-lg-9">
<main id="main" class="site-main woocommerce" role="main">
<div class="entry-content">
<?php if (class_exists('WooCommerce') && is_woocommerce()) : ?>
<?php woocommerce_breadcrumb(); ?>
<?php endif; ?>
<?php woocommerce_content(); ?>
</div>
</main><!-- .site-main -->
</div><!-- .content-area -->
<?php if ( $agency_starter_sidebar_pos =='right' && is_active_sidebar( 'woocommerce-sidebar-1' ) ): ?>
<aside id="secondary" class="sidebar woocommerce widget-area col-xs-12 col-sm-4 col-md-3 col-lg-3" role="complementary">
<?php dynamic_sidebar( 'woocommerce-sidebar-1' ); ?>
</aside>
<?php endif; ?>
</div><!-- site content-->
<?php get_footer(); ?>