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/content-product.php |
<?php /** * The template for displaying product content within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ global $product, $woocommerce_loop; // Store loop count we're currently on if ( empty( $woocommerce_loop['loop'] ) ) $woocommerce_loop['loop'] = 0; // Store column count for displaying the grid if ( empty( $woocommerce_loop['columns'] ) ) $woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 ); // Ensure visibilty if ( ! $product->is_visible() ) return; // Increase loop count $woocommerce_loop['loop']++; ?> <div class="product six columns <?php if ( $woocommerce_loop['loop'] % 4 == 0 ) echo 'last'; elseif ( ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] == 0 ) echo 'first'; ?>"> <div class="portfolio-item"> <div class="portfolio-item-image image-overlay"> <?php do_action( 'woocommerce_before_shop_loop_item' ); ?> <a href="<?php the_permalink(); ?>"> <?php /** * woocommerce_before_shop_loop_item_title hook * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 */ do_action( 'woocommerce_before_shop_loop_item_title' ); ?> </a> </div> <div class="portfolio-item-content"> <h5 class="title"><a href="<?php the_permalink()?>"><?php the_title()?></a> </h5> <?php /** * woocommerce_after_shop_loop_item_title hook * * @hooked woocommerce_template_loop_price - 10 */ do_action( 'woocommerce_after_shop_loop_item_title' ); ?> <?php do_action( 'woocommerce_after_shop_loop_item' ); ?> </div> </div> </div> <?php if ( $woocommerce_loop['loop'] % 4 == 0 ):?><div class="clear height20"></div><?php endif?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare