How can I get the calendar widget to link to a single day view of all events happening on that specific date, instead of it having the popup with the list of events? My calendar will have as many as 10-15 events per day listed and I’d rather have users taken to the the list of events for that day instead of seeing the popup with a list of events. Is this doable?
Make a copy of /wp-content/plugins/the-events-calendar/views/table-mini.php and place in an ‘events’ folder in your theme. Then replace line 127 with the code in the gist.