Query Posts: Specific Number
-
I would like to query a specific number of posts with the current query code I use. How would I do so? Here’s what I use.
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php endwhile; ?> <?php endif; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Query Posts: Specific Number’ is closed to new replies.