Calling notes field in shortcode
-
The two branches of the library will have different hours for a few holidays starting next year, and I’m trying to figure out how to call up the notes field from individual exceptions in the short code of our theme’s header for today’s hours. That way, after Xam-Ypm, I can add “Branch A; Branch B Closed” from the notes so both branch’s hours are reflected. The note field already comes up after special hours in the weekly hours table in the footer.
Our current shortcode in the header is:
{!! do_shortcode('[open_text]%if_open_today% Today’s hours: %hours_today% %end% %if_special_today% %space% Both Branches %end% %if_closed_today% Closed today. %end%[/open_text]') !!}
… but with the differing branch hours, I need to be able to call the exception note field text for each holiday in place of “Both Branches”, as it will vary.
I tried finding it on the instruction page, but it’s not covered in the references here: https://demo.designextreme.com/were-open/
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.