I’m using list view on the front page of my website.
Turns out we have more than 10 events per month which means you only see the current month and then a large number of events.
I’d like to have something like this:
March
Event 1 Event 2 Event 3
Event 4 Event 5 show more
April
Event 1 Event 2 Event 3
Event 4 Event 5 show more
I was able to use column display with some magic and foundation, but the counter (number of posts) seems to be part of the query, no the loop.php, right?
Any ideas how I could pull this off?
Thanks
Daniel