質問編集履歴

2

t

2019/01/28 06:02

投稿

sharishari
sharishari

スコア13

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  <?php
76
76
 
77
- $args = array( 'post_type' => 'Products' );
77
+ $args = array( 'post_type' => 'Products', 'posts_per_page' => -1 );
78
78
 
79
79
  $the_query = new WP_Query($args);
80
80
 

1

tag

2019/01/28 06:02

投稿

sharishari
sharishari

スコア13

test CHANGED
File without changes
test CHANGED
File without changes