Category: Wordpress/PHP
-
Custom Pagination in WordPress
I recently spent several hours driving myself crazy trying to implement a continuous pagination loop in WordPress, so I thought I’d post my solution to save someone else the trouble. It turns out that pagination is quite complicated, and the functions that find the beginning, ending and adjacent posts in the loop may be flawed…