@boyi The parameter: day_format will apply to all opening hours in the [open] Shortcode.
The main issue here is you’re using the wrong Shortcode – [open_special] is just a check for special opening hours, great for conditional HTML usually enclosing the [open] Shortcode with regular set to FALSE.
Please use something like the following in your website:
[open_special tag="div" class="bc-card-content" empty=true count=60]
<h2>Special opening hours</h2>
[open regular=false special=true count=60 day_format="short_date_short_month"]
[/open_special]
Thread Starter
boyi
(@boyi)
[open_special tag="div" class="bc-card-content" empty=true count=60]
<h3 class="bc-card-title">Ausnahmen & Feiertage</h3>
[open regular=false special=true count=60 day_format="short_date_short_month"]
[/open_special]
I tried this, but i only get daynames for the special opening
@boyi If you’re using the [open] Shortcode with these parameters, you’ll only see the special opening hours, not the regular opening hours.
You can set the specific date formatting within then General section in settings, the second drop down covers specific date formats for special opening hours.
Thread Starter
boyi
(@boyi)
thank you now it’s working