Group list of posts by taxonomy and allow for pagination
I figured it out! First step, is to sort the posts by taxonomy (so that they’re grouped together). This will give a list of posts that can be paginated (just like a regular list). The trick now, is to add a (taxonomy) heading above related posts. So, for each pass of the loop Im looking … Read more