Return custome product list for a category in Woocommerce

Viewed 9

I would like to create a product category named "New products" using woocommerce plugin.

But I dont want to change every time product list when I add new products or delete older. I need a more automatic solution.

Is it possible to return custome product list for a category?

Proces would be:

  1. Take 100 newest products
  2. Return that list if category is named = "New products"

Any advice would be very helpful.

0 Answers
Related