Woocommerce loop counting: every 3 item
-
I need to do something like that in the product display loop every 3rd product has a div with an image. Generally, I can’t find the file responsible for the product display loop. Where can I find it?
I found something like hook “loop_shop_columns” and I try to count the number of displayed items, then if QUANTITY == 3 then I put <div class = “test”>
</div> just asking where can I find it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Woocommerce loop counting: every 3 item’ is closed to new replies.