'product', 'posts_per_page' => 4 ); $latest_product = new WP_Query( $args ); while ( $latest_product->have_posts() ) : $latest_product->the_post(); echo '
'; wc_get_template_part( 'content', 'product' ); echo '
'; endwhile; ?>