show all
This commit is contained in:
parent
b04bdceda0
commit
05f0bd54cf
|
@ -129,6 +129,7 @@ function woocommerce_products($atts){
|
||||||
'ignore_sticky_posts' => 1,
|
'ignore_sticky_posts' => 1,
|
||||||
'orderby' => $orderby,
|
'orderby' => $orderby,
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
|
'posts_per_page' => -1,
|
||||||
'meta_query' => array(
|
'meta_query' => array(
|
||||||
array(
|
array(
|
||||||
'key' => '_visibility',
|
'key' => '_visibility',
|
||||||
|
|
Loading…
Reference in New Issue