質問編集履歴
2
t
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
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|