Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/woocommerce/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/woocommerce/single-product.php |
<?php /** * The Template for displaying all single products. * * Override this template by copying it to yourtheme/woocommerce/single-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ get_header('shop'); ?> <?php /** * woocommerce_before_main_content hook * * @hooked woocommerce_output_content_wrapper - 10 (outputs opening divs for the content) * @hooked woocommerce_breadcrumb - 20 */ do_action('woocommerce_before_main_content'); $shop_id = get_option('woocommerce_shop_page_id'); $custom = get_post_custom($shop_id); $layout = isset ($custom['_page_layout']) ? $custom['_page_layout'][0] : '1'; ?> <div class="container region4wrap"> <div class="row maincontent"> <?php if ($layout == '3'):?> <div class="four columns sidebar-left"><?php do_action('woocommerce_sidebar'); ?></div> <?php endif?> <div class="<?php echo $layout == '1' ? 'twelve' : 'eight'?> columns"> <?php while ( have_posts() ) : the_post(); ?> <?php woocommerce_get_template_part( 'content', 'single-product' ); ?> <?php endwhile; // end of the loop. ?> </div> <?php if ($layout == '2'):?> <div class="four columns sidebar-right"><?php do_action('woocommerce_sidebar'); ?></div> <?php endif?> </div> </div> <?php get_footer('shop'); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare