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?
You could use the [products]
if your brand is under the category as well then follow the code below:
[products category="Ariston,boiler" cat_operator="AND"]