Dresses
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; ?>
get_image_id(); if ($image_id) { // Get the product image HTML $image_html = wp_get_attachment_image($image_id, 'woocommerce_single', false, array('style' => 'width:100%;object-fit:cover;aspect-ratio:1 / 1', 'loading' => 'lazy', 'decoding' => 'async')); // Remove width and height attributes from the image HTML $image_html = preg_replace('/(width|height)="\d*"\s/', "", $image_html); echo $image_html; } else { // Display a default image for products without an image echo ''; } ?>
Lobelia
162942
get_regular_price(); ?> PLN
is_on_sale() ? $product->get_sale_price() . ' PLN' : '';?>