Add business hours to listings + be able to query by open and closing times
Many directory sites allow you to see what's open now. Especially restaurants, stores etc...Here's a site I found with something similar
http://www.lawrence.com/restaurants/opennow/
I know how to get the open and closing times for each day added to the wp_postmeta table, and have it display along with other listing info. But, I'd like to do what the directory example above does:
- Have a direct link to all open restaurants
- On the listing detail page, if not open now then display the time that they do open.
Anyone have any experience with this or know of a plugin that does something like this?