Hi,
I have a very custom solution I’m using to display events exactly the way I need them to on our website, http://onetaste.us/how-to-om-class/
The problem is, whenever I add this PHP line to my code:
ID, true, ‘M j, Y’); ?>
It only displays the START time and not the END time. I tried using the tribe_event_end_of_day function but that didn’t work out so great as it seems that’s for multi-day only. Can you help me add an event end time if the event is just ONE day long?
Unfortunately this forum doesn’t do the best job ever of handling posted snippets of code. Can you share that code a second time, but do so by linking to it via a service like Pastebin or Gist?