I want to display all products that are in specific category and brand. For example I have category boiler
and brand Ariston
. Is there any way to display only Ariston’s boilers?
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
You can do this:
Then, you can read the loop:
And then, you can use the result in the way you want.
I hope I have made myself understand.
You could use the
[products]
if your brand is under the category as well then follow the code below: