Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Fix archive pagination

Compare
Choose a tag to compare
@admturner admturner released this 02 Aug 18:54
0368eab

This should fix/close #55 and #56, which were both caused by the custom queries and the main query colliding in odd ways. Pagination technically worked, but repeated some number of posts based on the number ignored. Rather than add complexity to fix the post repetition & pagination problem, chose to reduce the number of queries to rely only on the main query. Will return to custom queries in the future as needed.