Answer the question
In order to leave comments, you need to log in
How to change the output of woocommerce products by month?
I'm editing the archive-product file and I don't know how to break it down by month
February:
card card card
card
March:
card
April:
card card
pagination.
where is this pattern modified?
if (wc_get_loop_prop('total')) {
while (have_posts()) {
the_post();
do_action('woocommerce_shop_loop');
wc_get_template_part('content', 'product');
}
}
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