Display Today’s sets of Hours Separately
-
Hello!
I have certain special days that have two sets of hours.
For example, today we are open from 9:00 AM – 6:00 PM and then again from 7:30 PM – 11:30 PM.
I see how you can add these additional hours while configuring, but is there a way to output each set separately in the shortcode? Specifically on these special days, is there an available shortcode that can produce a simple line of text like:
“DAY HOURS: 9:00 AM – 6:00 PM | NIGHT HOURS: 7:30 PM – 11:30 PM”
I have tried this shortcode:
[open_text]%if_open% DAY HOURS: %hours_today% %end%? %if_special_today%? | NIGHT HOURS: %hours_today% %end% %end% [/open_text]?
However this results in both sets of hours being displayed:
“DAY HOURS: 9:00?AM – 6:00?PM, 7:30?PM – 11:30?PM? | NIGHT HOURS: 9:00?AM – 6:00?PM, 7:30?PM – 11:30?PM”
Hope that makes sense, but please let me know if I need to clarify further.
Thanks for the help!
- You must be logged in to reply to this topic.