Answer the question
In order to leave comments, you need to log in
How to correctly display products of a certain Woocommerce category?
$args = array(
'posts_per_page'=> 7,
'post_type' => 'product',
'post_status' => 'publish',
'category_name' => 'bazovaya-odezhda'
);
$the_query = new WP_Query( $args );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question