I figured it out. For some reason, the original developer had that element hard coded into the page template.
I was able to find the page template page.php and edit the URLs in that file on the back end in cPanel.
Would not let me update the file in WordPress.
pardon my newbie-ness. where to I use that parameter?
Conditional display if open [open_now]Show this when open[/open_now]
Conditional display if closed [closed_now]Show this when closed[/closed_now]
Text with replacement codes [open_text]%if_open% Our opening hours today are %hours_today% %end% %if_closed% We are currently closed %if_open_tomorrow% ,%space%but open again tomorrow at %space% %tomorrow_start% %end% %end%[/open_text]
Text showing open/closed status [open_text]%if_open_now% We’re open! %end% %if_closed_now% Sorry, we’re closed. %end%[/open_text]
would i put that in here somewhere?
Thanks!