Pagination wont work with search results template [duplicate]

Page 1 on repeat is usually a wp_query issue. A 404 is a permalink issue – try setting them to default and see if the same problem occurs. If it doesn’t, then switch them back to custom and your problem should have resolved itself.

If default permalinks give you a 404 on page two then we need to look at that pagination code a bit more closely. Personally, I’m a fan of Justin Tadlock’s code because it’s flawless.

https://github.com/justintadlock/hybrid-core/blob/master/extensions/loop-pagination.php

Leave a Comment