projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791bd0b
)
Undoing previous commit because it was having adverse results (showing too trashed...
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 Feb 2017 15:15:02 +0000
(10:15 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 Feb 2017 15:15:02 +0000
(10:15 -0500)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
417ddf1
..
2131578
100644
(file)
--- 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 "<ul>";