I think I might have figured it out, but please confirm that this is correct. I added the following code to my override file: echo tribe_get_start_date( $post->ID, false, ‘g:ia-‘ ) . tribe_get_end_date( $post->ID, false, ‘g:ia’) . ‘ ‘ ;
In the documentation, it didn’t say anything about adding the g:ia for the start and end times, but after going through a few other threads, I gave it a shot and it looks like it worked. Please let me know if this is acceptable or if there is anything I should change. Thanks so much!