'.esc_attr($azera_shop_shop_section_title).'
'; } elseif ( isset( $wp_customize ) ) { echo '

'; } if( !empty($azera_shop_shop_section_subtitle) ){ echo '
'.esc_attr($azera_shop_shop_section_subtitle).'
'; } elseif ( isset( $wp_customize ) ) { echo '
'; } ?>
'product', 'stock' => 1, 'posts_per_page' => $nb_of_products, 'orderby' =>'date','order' => 'DESC' ); } else { $args = array( 'post_type' => 'product', 'stock' => 1, 'posts_per_page' => $nb_of_products, 'orderby' =>'date','order' => 'DESC', 'product_cat' => $cat ); } $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>
post->ID )) echo get_the_post_thumbnail($loop->post->ID,'azera_shop_home_prod'); else echo 'Placeholder'; ?>

get_price_html(); ?>

post, $product ); ?>