Hi,
- I am pulling in MEC Events through a looper and would like to display the time. I am using this code currently but the format part isn’t working to display the minutes correctly. Without a format it only shows 1 minute place instead of two. How can I get it to display 10:00 instead of 10:0 ? I could add an extra zero, but I have some events that start on the half hour.
{{dc:post:meta key=“mec_start_time_hour”}}:{{dc:post:meta key=“mec_start_time_minutes” type=“date” format=“i”}} {{dc:post:meta key=“mec_start_time_ampm”}}
- Is there a way to pull in an event’s location? I have tried several things I have found in the forum, but nothing appears to be working. The only answer that I find that could work asks for a specific ID, but that only pulls in one location…I’d like for this to be variable based on the event itself.
Thanks!
Jen