janizde/WP-Opening-Hours

week_offset does not work for me

Opened this issue · 0 comments

I am trying to implement opening hours where the times change in even and odd weeks.

I made a set for the even week and a subset which should overwrite in the odd weeks.

In the shortcode I call the set and then try to call the next week with week_offset=1, unfortunately only the current week is displayed. I have two shortcodes set up right next to each other and both show exactly the same thing.

Am I doing something wrong or is there an error?

Thank you already