Search code examples
phpwordpresswoocommerceshortcodewordpress-shortcode

woocommerce shortcode for products in brand and category


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?


Solution

  • 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"]