Trying to fix woocommerce not showing certain categories on the frontpage
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Feb 2017 21:36:26 +0000 (16:36 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Feb 2017 21:36:26 +0000 (16:36 -0500)
parts/shop-cats-and-products.php
sections/front-page.php

index f752d33..e7fc0c8 100644 (file)
@@ -24,7 +24,6 @@
                 'post_type' => 'product',
                 'orderby' => 'menu_order',
                 'order' => 'ASC',
-                'perm' => 'readable'
             );
             $products = new WP_Query( $args );
             if ($products->have_posts()) { ?>
index 9890024..8e6b4b0 100644 (file)
@@ -71,7 +71,6 @@
                                 'post_type' => 'product',
                                 'orderby' => 'menu_order',
                                 'order' => 'ASC',
-                                'perm' => 'readable'
                             );
                             $products = new WP_Query( $args );
                             echo "<ul>";