Hi there,
I’m trying to add a class to the month title in list view. I have found the <?php tribe_events_list_the_date_headers(); ?> in list/loop.php.
I don’t quite understand where or how I change this function as I can’t find a template for it.
I’m aware that this could be seen as a customisation request outside of the scope of support, but perhaps if I rephrase the question – I have tried to understand where the functions are kept (they used to be in a functions file – much like a theme in the older TEC…).
I did a search and found: http://docs.tri.be/Events-Calendar/function-tribe_events_list_the_date_headers.html I’m aware that the function is tantalisingly in public/template-tags/loop.php
But this doesn’t describe how to customise this… and obviously I know better than to edit directly in the plugin 🙂
So basically I can’t understand how to hook into tribe_events_list_show_date_headers, or remove it and add my own custom version from my themes functions.php. IF you are able to help, or give me pointers, that’d be great!