Capture the elegance of winter with our collection of midi dresses, perfect for holiday parties, family gatherings, or winter weddings.
'product’,
'posts_per_page’ => 10, // 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;
?>