FIND YOUR NEW LOOK
WITH THE FRESH SPRING
COLLECTION
SHOP AN EXCLUSIVE
SHOP NEW ARRIVALS
Discover the latest trends in fashion
‘product’, ‘posts_per_page’ => 12, ‘orderby’ => ‘date’, ‘order’ => ‘DESC’ ); $products = new WP_Query($args); if($products->have_posts()) : ?>
have_posts()) : $products->the_post();
global $product;
?>
‘;
}
?>
is_on_sale()) :
$regular_price = $product->get_regular_price();
$sale_price = $product->get_sale_price();
if($regular_price && $sale_price) {
$discount = round((($regular_price – $sale_price) / $regular_price) * 100);
echo ‘-‘ . $discount . ‘%‘;
}
?>
is_type(‘simple’) && $product->get_date_created() > strtotime(‘-30 days’)) : ?>
NEW