So, I’m trying to group entries by month, so you have a month header, then a list of posts in that month. Like this person.
The client wants to keep track of when the record was created in the CMS (using entry_date) but sort based on the actual run date of an article, set as an additional channel date field. We suggested monkeying with the entry date, but that’s not structured enough for them. (Truth to tell, it’s not structured enough for me.)
I could do this in a plugin, but I can’t figure out a way to get the members of the current {exp:channel:entries} result set. Is there a way I can do that? Then it’s a matter of comparing the value of the previous or next row’s date to the current row’s date.