How to OFFSET posts in index.php?
-
In index.php which is the main index template, we pull latest posts using
if (have_posts()) : etc
while (have_posts()) : the_post(); etcQuestion : I would like to offset 5 of the latest posts, how do I go about doing it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to OFFSET posts in index.php?’ is closed to new replies.