A
A
Anonimmus2022-03-18 17:51:52
WordPress
Anonimmus, 2022-03-18 17:51:52

How to change the output of woocommerce products by month?

62349c063a031007715844.png
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 question

Ask a Question

731 491 924 answers to any question