I want to create a kind of calendar page where I can display Woocommerce products per month, but each product must also display the relevant date. It concerns travel products.
I initially created a custom taxonomy (date) so that I can link each product to the relevant month (term) and display the products per month using the tax term loop, but I get stuck with the products that are linked to multiple months and I want to show the correct date per month for the product. I don’t want to create duplicate products for each date.
Does anyone have any suggestions on how I can achieve this?
FYI, I can do this with PHP using the code block but I would rather use the Query loop builder so I can easily add the relevent product content and do the styling with Bricks.