D
D
Dima2019-07-16 12:24:10
WordPress
Dima, 2019-07-16 12:24:10

How to display all products from the main category and from its children?

I'm very dumb.
There is a category in it child. Products in each category. How to display products in the main category from all subcategories and have a list of subcategories?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aricus, 2019-07-17
@Aricus

First get the list of subcategories via get_categories. They are processed by the foreach loop. Inside this loop, you request products via get_post and display them in the same way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question