'product’, 'posts_per_page’ => 1, // Adjust the number of products displayed here ); $products_query = new WP_Query($args); if ($products_query->have_posts()) { while ($products_query->have_posts()) { $products_query->the_post(); global $product; ?>