Hi @wpcal01,
The shop page in WooCommerce will display all products which are listed on the site and that cannot be configured to display products only by a specific tag.
What you could do is create a WordPress > Page and then add the [products]
shortcode from WooCommerce to specify a specific tag. If you have a tag for clothing the shortcode would look like this below.
[products tag="clothing"]
Below is the documentation for the products shortcode.
https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9
Hi Stuart, thank for your answer. I already done it but show other Styles in the page.
Perhaps if I add in the function.php works better.
Hey @wpcal01,
I already done it but show other Styles in the page.
If you were to add the shortcode of [products tag="clothing"]
to a WordPress page only products which have that tag would display. I double-checked this for us on my installs and I didn’t see any products other than the ones with my clothing tag.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
– Joey
Hi, sorry my delay answer. The tag works…but I had to adjust some CSS style because not load the default CSS of the shop page.
Thanks.