Hey all, not sure if anyone here has found a resolution to this, but I’m just wading into this problem myself.
My situation is the following:
- I’m developing a blog with a static front page
- I’m using a custom query to generate my posts, and am using a custom showposts value
- I’m using a custom permalink structure (
/%category%/%postname%
)
- the showposts value is different from my settings under reading in the admin panel (since I need to have lists of posts that differ in length on seperate pages)
The first page of pagination works fine (/page/2), but anything past that ( /page/3, /page/4, etc.) gives me a 404.
Any ideas? This is making me tear my hair out…!!!