teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

t

2019/01/28 06:02

投稿

sharishari
sharishari

スコア13

title CHANGED
File without changes
body CHANGED
@@ -36,7 +36,7 @@
36
36
  test.php
37
37
  ```PHP
38
38
  <?php
39
- $args = array( 'post_type' => 'Products' );
39
+ $args = array( 'post_type' => 'Products', 'posts_per_page' => -1 );
40
40
  $the_query = new WP_Query($args);
41
41
  if($the_query->have_posts()):
42
42
  while ($the_query->have_posts()): $the_query->the_post();

1

tag

2019/01/28 06:02

投稿

sharishari
sharishari

スコア13

title CHANGED
File without changes
body CHANGED
File without changes