Hi, great plugin, thanks!
I was wondering if it's possibly to modify Upcoming Events widget so that it shows only current day's events?
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
Hi, great plugin, thanks!
I was wondering if it's possibly to modify Upcoming Events widget so that it shows only current day's events?
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
Hi hahvensa,
Here is a link for info about how to filter events by date: http://wordpress.org/support/topic/plugin-all-in-one-event-calendar-show-upcoming-events-only
I hope this helps!
How can I use this in the Upcoming Events widget (agenda-widget.php) ?
Hi hahvensa,
Please insert this into the agenda-widget.php folder (line 17)
<li class="ai1ec-date <?php if( isset( $date_info['today'] ) && $date_info['today'] ) echo 'ai1ec-today'; else break;?>">
This should do the trick. :)
Oh, GREAT! Perfect, it was that easy and I've been trying to make it work the hard way. Thanks a lot!
You're Welcome
You must log in to post.