Product Title
$19.99
This is a short description of the product. It is limited to 20 words or so.
'product',
'posts_per_page' => 20 // 20 محصول برای 4 ردیف و 5 ستون
);
$loop = new WP_Query($args);
if ($loop->have_posts()) {
while ($loop->have_posts()) : $loop->the_post();
global $product;
?>
get_gallery_image_ids();
foreach( $attachment_ids as $attachment_id ) {
echo '';
}
?>
get_price_html(); ?>