We get asked this a lot, “How do you display a list of products using a tag with the WooCommerce shortcode?” it is a good question as the WooCommerce documentation on shortcodes doesn’t seem to mention much about product tags. It is actually very easy to list products that have a certain tag using the standard

shortcode.

All you need to do is include the identifier tag="YOUR-TAG-SLUG" with the standard products shortcode. As so

, this would display a list of the products with the tag ‘Gifts’.

I hope you found this helpful!