<?php echo esc_attr( get_theme_mod('art_blog_slider_heading'.$art_blog_main_i) ); ?>

'product', 'product_cat' => get_theme_mod( 'art_blog_product_category','product_cat1' ), 'order' => 'ASC', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>
'; } ?>

is_on_sale() ) { // Get regular and sale prices $art_blog_regular_price = $product->get_regular_price(); $art_blog_sale_price = $product->get_sale_price(); echo '' . wc_price( $art_blog_sale_price ) . ' '; echo '' . wc_price( $art_blog_regular_price ) . ''; } else { echo '' . wp_kses_post( $product->get_price_html() ) . ''; } ?>

is_type( 'simple' ) ){ ?> post, $product ); ?>