In month view display start and end times, or no times
-
I’ve managed, with a child theme, to display the start and end time of an event in month view with this code
<?php echo tribe_get_start_time() , echo " - " , echo tribe_get_end_time(); ?>
in month/single-event.php.But in addition to this I’d like to accomplish is the ability to choose if an event would display a start time only. And also display (all day) events without any start or end times at all.
Help much appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘In month view display start and end times, or no times’ is closed to new replies.