feature: Respect WordPress "Start of week" setting

This commit is contained in:
Keith Solomon
2025-12-10 11:44:32 -06:00
parent 41753acfe4
commit b450b7329d
2 changed files with 59 additions and 16 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ An approachable, themefriendly events plugin for WordPress. It adds an `Event
- Archive: `/events` uses `templates/archive-event.php`.
- Single: each event uses `templates/single-event.php`.
- Calendar page: Page → Template → “Events Calendar” renders `templates/template-calendar.php` which includes `templates/calendar.php`.
- Calendar navigation: query args `?aa_month=MM&aa_year=YYYY` change the visible month; “Today” jumps back to the current month. (`month`/`year` still work for legacy links.)
- Calendar navigation: query args `?aa_month=MM&aa_year=YYYY` change the visible month; “Today” jumps back to the current month. (`month`/`year` still work for legacy links.)
- Calendar week layout respects the sites Settings → General → “Start of week” option.
---