Pagination in a Custom Query - Bill Erickson
The Genesis pagination uses standard WordPress pagination functions, like previous_post_link() and next_post_link(). These functions only apply to the main WordPress query, not any custom ones. So if you created a page template that had a custom query in it, the main query would be for that page’s content. If you tried adding pagination after your custom query,…