Group custom post type posts by month
The basic principle here is that you don’t need to really ‘group’ posts, per se. So no query magic is required (it just needs to be sorted by date, which is the default). What you’re doing is that as you go through the list of posts, you make note of the month that the post … Read more