Undoing previous commit because it was having adverse results (showing too trashed...
authorLaury GvR <laury@gaslightmedia.com>
Wed, 22 Feb 2017 15:15:02 +0000 (10:15 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 22 Feb 2017 15:15:02 +0000 (10:15 -0500)
sections/front-page.php

index 417ddf1..2131578 100644 (file)
@@ -71,8 +71,7 @@
                                  ),
                                  'post_type' => 'product',
                                  'orderby' => 'menu_order',
-                                 'order' => 'ASC',
-                                 'post_status' => 'published'
+                                 'order' => 'ASC'
                             );
                             $products = new WP_Query( $args );
                             echo "<ul>";