Customize > Front Page Settings > Shop Section.', 'blossom-consulting' ) ); $product_one = get_theme_mod( 'product_one' ); $product_two = get_theme_mod( 'product_two' ); $product_three = get_theme_mod( 'product_three' ); $product_four = get_theme_mod( 'product_four' ); $products = array( $product_one, $product_two, $product_three, $product_four ); $products = array_diff( array_unique( $products ), array('') ); $args = array( 'post_type' => 'product', 'post_status' => 'publish', 'posts_per_page' => -1, 'post__in' => $products, 'orderby' => 'post__in' ); $qry = new WP_Query( $args ); if( blossom_coach_is_woocommerce_activated() && ( $section_title || $section_content || ( $products && $qry->have_posts() ) ) ){ ?>
' . esc_html( $section_title ) . ''; if( $section_content ) echo '
' . wpautop( wp_kses_post( $section_content ) ) . '
'; if( $products && $qry->have_posts() ){ ?>
have_posts() ){ $qry->the_post(); ?>
' . esc_html__( 'Sold Out', 'blossom-consulting' ) . ''; }else{ woocommerce_show_product_sale_flash(); } ?> ', '' ); woocommerce_template_single_price(); //price ?>