Add products to a page based on tags or categories

Hi - can someone help me figure out how to add products to a regular page.

For example - I have a shoe page and when I use the PRODUCTS element but it’s not giving me any filtering options and it’s showing all kinds of products.

Thank you

Hello @ywoolf,

Thanks for writing to us.

You can use the Looper to display the product and you need to select the post type as Product and you can select the taxonomy from the dropdown.

OR

You can use WooCommerce shortcode to display the product. You can use these shortcodes inside the Text element or Raw content element.

Product display by tag

[products columns="4" tag="hoodie"]

Product display by Category

[products columns="4" category="hoodies" ]

Please have a look at this article to learn more about the product shortcode.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.