>
'; woocommerce_product_loop_start(); if ( !function_exists( 'wc_get_loop_prop' ) || wc_get_loop_prop( 'total' ) ) : while ( have_posts() ) : the_post(); do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); endwhile; endif; woocommerce_product_loop_end(); echo '
'; // Template modification Hook do_action( 'hoot_template_before_loop_nav', 'archive-product.php' ); /** * woocommerce_after_shop_loop hook * * @hooked woocommerce_pagination - 10 */ do_action( 'woocommerce_after_shop_loop' ); ?>