Events Global Settings
Overview
Events Global Settings live in the WordPress Customizer under the Events panel. They control permalink structure, date/time formatting across all event displays, and the event query cache.
Settings
- Slug β permalink segment for single event URLs (default
events); refresh permalinks after changing - Events Page β WordPress page used as the events index (dropdown)
- Always show year? β include the year in date strings even for current-year events
- Date Format β PHP date format for dates without year (default
F j) - Date Format (with Year) β format when year is shown (default
F j, Y) - Time Format β PHP time format (default
g:i a) - Address Separator β string between address parts (default
,) - Cache Time (Hours) β how long to cache event queries (0β24, default 3)
- Cache Debug β log cache behavior for troubleshooting
Tips
- Match Date Format strings to your site's editorial style β they apply in blocks, singles, and calendar tooltips.
- Lower Cache Time during active editing; raise it on high-traffic production sites.
Settings
Events Global Settings
Permalink slug segment for single event URLs (default events). Visit Settings β Permalinks and save after changing so new URLs take effect.
WordPress page designated as the main events index. Used for breadcrumbs, redirects, and internal links to your schedule.
Always include the year in formatted event dates, even for events in the current year. Turn on when your schedule spans multiple years and you want every date to show the year.
PHP date format for event dates without the year (default F j, e.g. June 23). Applies in blocks, singles, and calendar tooltips.
Characters inserted between address parts when city, state, and street are combined (default ", "). Change if your locale uses a different format.
PHP date format when the year is included (default F j, Y). Used when Always show year is on or when the event is in a different year.
PHP time format for event start and end times (default g:i a, e.g. 7:00 pm). Matches WordPress date formatting conventions.