Thank you Cliff, that’s done.
Can you help me with one more question?
Here’s yours calendar, that on the left side of list view.
How can i change day “Tue” on month? So on the top of calendar it will be not day but month.
Here’s code for day:
<span
class="list-dayname"><?php echo apply_filters( 'tribe-mini_helper_tribe_events_ajax_list_dayname', date_i18n( 'D', $postDate ), $postDate, $mini_cal_event_atts['class'] ); ?></span>
<span
How can i change for month?
Thanks.