• 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)
  • I’m having this problem too. It’s driving me nuts.

    Anyone else?

    Thread Starter dpaint4

    (@dpaint4)

    This is a really huge issue for me, and I’ve talked to two other webmasters who had to roll back from their new templates when they discovered the same problem. Could someone please respond?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next and Previous Links with Static Front Page’ is closed to new replies.