Making a woocommerce store and there’s a group of products that shouldn’t be visible to the general public. Initially I was thinking of adding a category like “Internal Use Only”, applying that to each internal only product, and then excluding that category on the front-end. However, in the Query, Exclude only allows individual products to be selected rather than a category.
Looks like I could achieved the desired result by assigning a category (such as “Public” or “Published”) to every public facing product, but I don’t want that category showing up on the Shop page or Product pages.
Is there some simple method of hiding a group of products or is there a feature request that would address this need?
–
Brandon