I have to create a 7-day event calendar style template which displays posts from a CPT. From looking around, it seems like the easiest way would be to create 7 different post loops and style accordingly. However this seems like it is not the most efficient way.
I also need an easy way to define the post loops for each day. I’m thinking to add a datepicker ACF the event posts and then define each day in the event template according to the matching value.
Is there a more efficient way to do this?