This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Fix archive pagination
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.