Group Posts by First Letter of Title categories
I would use WP_Query for this, as I am more comfortable with it. There are two solutions to this that occur to me. If you’re not heartset on the categories, then WP_Query has good support for date parameters, to include a year parameter. A query by year would look something like this: $wpse176213_query = new … Read more