Help, my Loop is not working!
-
so here’s the code in my index.php to call my loop:
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>When you click either previous or next entries, the url changes to, for example,
https://jeffrey-davis.net/blog/page/2
, but does not call the older posts. Any ideas on how to fix this? thanks a bunch!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Help, my Loop is not working!’ is closed to new replies.