Display products of a certain category on the homepage

Good afternoon,

I would like to display products on my homepage. This page is setup using pro.

The products are set up using Woocommerce

My guess was that i would add the element ‘Products’ and then give it a condition of a certain ‘Product Category’ like ‘new in’ - however this does not seem to be an option

Please advise

Thank you!
Jason

Hello @hyperdrive_boom,

Thanks for writing to us.

Regretfully there is no option to filter product by category, you can use the looper to display the product by categery. Please have a look at the doc to learn more about Looper.

Alternatively, you can use Woocommerce shortcode to display products by category.

[products limit="8" columns="4" category="hoodies"]

Please have a look at this article https://docs.woocommerce.com/document/woocommerce-shortcodes/

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.