Next and Previous Links with Static Front Page
-
I’ve had a lot of success with my blog which uses a static page as the front page, and creates the loop within a generated directory called ‘blog’ — however.
The next and previous page links aren’t working for me, and I can’t find any code that diverges from the same couple lines everyone seems to use, as follows:
<?php posts_nav_link('', __(''), __('Previous Entries')); ?> <?php posts_nav_link('', __('Next Entries'), __('')); ?>
These links work on my blogs that don’t use a static front page. On the new blog, they act like they work, but continuously link back to the front page of the blog.
Can someone help me understand what’s happening so I can let users page through my site?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Next and Previous Links with Static Front Page’ is closed to new replies.