Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

woocommerce shortcode to display list product with the same category

Is there a woocommerce short code to display a list of products with the same category?

I tried with:

[items per_page="6" columns="3" orderby="date" order="desc" category="10-20-percent"]

It did not work.

like image 262
Alex Avatar asked Sep 01 '25 17:09

Alex


1 Answers

Did you try these?

[product_categories number="14"]

or

[product_category category="snowpeak" per_page="12" columns="4" orderby="date" order="desc"]
like image 145
handicop Avatar answered Sep 05 '25 22:09

handicop