From a7b5de252d7a0ba50a308e5f2674bca83a6436f1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 22 Feb 2017 10:15:02 -0500 Subject: [PATCH] Undoing previous commit because it was having adverse results (showing too trashed products --- sections/front-page.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sections/front-page.php b/sections/front-page.php index 417ddf1..2131578 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -71,8 +71,7 @@ ), 'post_type' => 'product', 'orderby' => 'menu_order', - 'order' => 'ASC', - 'post_status' => 'published' + 'order' => 'ASC' ); $products = new WP_Query( $args ); echo "