Hi!
Thanks for reaching out! You can achieve that with the Open Hours: Current Status Widget or the [open-hours-current-status]
shortcode. You would have to have an open note similar to: We are open! This is our schedule for today: {today-timeframe}
. If you want to have the opening hours for today displayed even if you are closed you can include the {today-timeframe} in the closed_note. I.e. ‘We’re closed now. This is today’s schedule: {today-timeframe}’
If you’re using the Widget – then you just need to fill those in their appropriate fields within the widget control.
If you’re using shortcodes, you would need to have something like:
[open-hours-current-status open_note="We are open! This is our schedule for today: {today-timeframe}" closed_note="We're closed now. This is today's schedule: {today-timeframe}"]
.
Let me know if that’s what you’re looking for or if you have any other questions!