I have two different event lists on my client’s site that use the [tribe_events-list] shortcode to get tribe-events/single-event.php list. One is customized w/ CSS to simulate my client’s print version of their calendar. Is there a way to list only the start & end times of the event in the duration field, i.e. not include the date in duration? Can it be done w/ CSS?
This is unfortunately not quite possible with CSS – but it should be possible with just a little bit of custom PHP instead. Try adding code like the following to your theme’s functions.php file, and let me know if it helps! 🙂
Glad to hear it Jane! If you’re curious about what it is in fact doing in the background, then essentially all that’s happening is that where normally a date and time function are both used to generate the schedule details, this “hijacks” that process and only gives the code the time function – so no date is generated. 🙂