Exclude products from a particular category on the shop page

As ‘clothing’ is an example in the snippet below, be sure to use a product category slug that exists in your WooCommerce store.

Note that this will only work when you have your “Shop Page Display” option set to ‘Show Products’ under your Customizers’ WooCommerce > Product catalog settings.

You need to add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update the theme.

https://gist.github.com/woogists/11ae5067dee442682ce2895f7b1645c2


One response to “Exclude products from a particular category on the shop page”

  1. […] FONTE: http://docs.woo.com/document/exclude-a-category-from-the-shop-page/ […]