Posts_per_page= if more than 150 is dosen't work
-
i will use code like to display all posts in one page,
<?php query_posts(“posts_per_page=-1”); ?>
but it doesn’t work, display blank of that part;if i change the number like
<?php query_posts(“posts_per_page=120”); ?>it works right to display 120 posts;
and if the number more than 150, like
<?php query_posts(“posts_per_page=180”); ?>it doesn’t work…
is something wrong?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Posts_per_page= if more than 150 is dosen't work’ is closed to new replies.