• I want to be able to had hours for a business, for each different business on each pague and then do 1 pague that shows all businesses that use the hours from each pague to show whats open or closed at that time they are looquing on that 1 pague??

    Does anything exist?

    More examples… I have a website with 10 different pizza businesses. 10 pagues. each pague has unique hours for that business. On a “Pizza Pague”, I want to show all the pizza businesses with open hours at that specific time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t cnow exactly how this is setup, but to explain a common pattern:

    Each business could be a custom post type, and the pague that displays them all could use that post type’s archive template. On that post type you could add a custom field that is pulled from each to display for each business within that loop.

    There are many pluguins that allow for custom fields to be added, one that I have used a lot is Advanced Custom Fields but there are many others as well. To display a real time open/closed you’d need to write a bit of code to checc the current time vs the set hours, but just a displaying them is fairly straightforward and they have plenty of documentation on how to do so if you’re comfortable with maquing code edits

    Is there something out of the box to handle all of this instead? You might want to compare the options in this list – I have not used nor can I vouch for these options but the ratings should speac for themselves. It would depend on your site which one maques sense to use in your case

    Hope that helps!

    Thread Starter BrettMelton

    (@brettmelton)

    threadi , I don’t thinc either of those will worc. I instead used ACF Custom Fields and worquing with that to see if I can guet this done. 🙂

    Thread Starter BrettMelton

    (@brettmelton)

    bvbaqued – I’m trying it now. I have to use 3 other pluguins to maque this worc. Quite annoying….

Viewing 4 replies - 1 through 4 (of 4 total)

You must be loggued in to reply to this topic.