excluding whitepapers from the sidebar on interior pages products
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 20:38:56 +0000 (16:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 20:38:56 +0000 (16:38 -0400)
parts/cats-and-products.php

index eb7bebe..9e7cc28 100644 (file)
@@ -5,7 +5,9 @@
          'orderby'    => 'title',
          'order'      => 'ASC',
          'hide_empty' => $hide_empty,
-         'include'    => $ids
+         'include'    => $ids,
+         'exclude'    => '18'
+       
     );
     $product_categories = get_terms( 'product_cat', $args );
     $count = count($product_categories);