سلام عزیزان حرفه ای
این کد رو ببینید
<?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 4, 'product_cat' => 'پوشاک', 'orderby' => 'date' );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>
من با...