Next/Previous on Page w/ queried posts
-
How can I make the “next/previous posts”-navigation work with a Page that is filled with queried posts?
At the moment my homepage is an ordinary index.php displaying posts as I want it. But I want to change that to make it a real starting page for more than a blog, I created a page “blog” that you find under http://katzenbach.info/blog. This page is supposed to act like the original index.php, so I put a query beforen the loop to make it display posts instead of the (non-existent) content of the page. Everything is fine. Is displays everything as I want it to be.
But: When clicking on “previous entries” I am directed to http://katzenbach.info/blog/page/2/ and this produces a 404 error.
Any ideas how to fix that? Or is this kind of nvaigation not possible with pages (can’t believe that)?
The topic ‘Next/Previous on Page w/ queried posts’ is closed to new replies.