Hi,
Thanks for developing this awesome plugin! It does most of what I need with a few tweaks, but I’m struggling a bit with this one:
I’m trying to show a (css styled) horizontal list of the upcoming weeks events across the top of my page. Some days don’t have events but because this is the style of the page, I need the days without events to still appear and show the “No events” text as set in the configuration of the plugin.
HOw can I do this? I found this post in the forum http://www.e-dynamics.be/bbpress/topic.php?id=562 but I’m not sure how to use a filter hook to get the “no events” to show up.
Also, my week span is Mon-Sun. So if it’s Thursday, I still need the previous Mon-Wed to show, even though it’s in the past. Seems weird, I know, but that’s what the client wants.
Just curious – where does the “No events” text usually show up? Shouldn’t it be on a day with ‘no events’? Maybe I’m missing the checkbox that allows days with ‘no events’ to show?
BTW, my shortcode is in a page (but may end up in a widget or sticky post). Here is what I’m using:
[events_list scope=this_week showperiod=daily format="
"]
Thanks again – great plugin!