I’m using WooCommerce to build a webshop.
I made a custom homepage. On this homepage, I want to display the products per category in a carousel like structure(3 per view). But how do I get the data(products per category) into my own custom homepage? To be clear, this homepage comes before the product overview(or: ‘archive-product.php’).
Thanks!
Modified slightly from source: https://wordpress.stackexchange.com/a/67266/16086
You’ll want to use something like this:
You can just change the product_cat item to the category you want and set posts_per_page to 3.