zOmbiesundaYs
Member
Posted 4 years ago #
Hi guys,
I'm calling in a bunch of posts to be displayed by thumb/title/date on a page from a category.
Things are running alright, and displaying properly. However on each page I'm only shown the first 10 posts. Is this being capped somewhere, or do I need to add something to allow upwards of 30+ posts shown?
Thanks!
zOmbiesundaYs
Member
Posted 4 years ago #
Here's my code, as you can see it doesn't limit the posts to 10.
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div id="postrama"><center>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?> Cell Phone Reviews">
<?php the_thumb("link=p"); ?></a>
<p class="date"><a href="<?php the_permalink(); ?>">
<b><?php the_title(); ?></a></b><br />
<small><?php the_time('F jS, Y'); ?></small>
</center></div>
zOmbiesundaYs
Member
Posted 4 years ago #
Don't I feel stupid.
For anyone else having this problem, go to Settings>Reading and change "Blog pages show at most" to whatever number you want to cap out at.