Restaurant Hours
The restaurant Hours tab on the restaurant module is where the business hours are updated.
Add Hours to add additional hour blocks, for example, breakfast, lunch, and/or dinner. If you are continuously open, then only one set of hours is required.
If you are using Diner Websites Basic Website, these hours will automatically be updated on the website.
If you are using WordPress, you can place the shortcode in WordPress where you would like the hours to appear.
WordPress Shortcode
[dinerwebsites-hours]
Attributes
spacing
The spacing attribute controls the padding on the table cells.
Can be set to "full" or "compact".
Defaults to full.
example: [dinerwebsites-hours spacing="compact"]
border
The border attribute controls the table borders.
Can be "none", "separator", or "border".
Defaults to "none".
Setting to "none" will result in a table with no borders.
Setting to "separator" will result in a table with horizontal borders.
Setting to "border" will result in a table with both vertical and horizontal borders.
example: [dinerwebsites-hours border="none"]
width
The width attribute controls the width of the table.
Can be "auto" or "wide".
Defaults to "auto".
Setting to "wide" will result in a 100% width table.
Setting to auto will size the table according to the content.
example: [dinerwebsites-hours width="none"]
restaurant
Use the UUID of the restaurant. This is useful if the website is for a multiple location business and isn't the default business.
The UUID is available on the restaurant tab or contact support. Use this setting carefully.
example: [dinerwebsites-hours restaurant="XXXX"]