From: Laury GvR Date: Wed, 22 Feb 2017 15:15:02 +0000 (-0500) Subject: Undoing previous commit because it was having adverse results (showing too trashed... X-Git-Tag: v1.0.16^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a7b5de252d7a0ba50a308e5f2674bca83a6436f1;p=WP-Themes%2Fcapstone.git Undoing previous commit because it was having adverse results (showing too trashed products --- 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 "