| 开发者 | jarradnpd |
|---|---|
| 更新时间 | 2026年5月28日 19:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[vieww_calendar_view] — the interactive month calendar[vieww_list] — a filterable list with date-range and pagination[vieww_calendar] — a 3-column grid of upcoming events[vieww_events_map] — a map of upcoming events with clustering/wp-content/plugins/vieww-events-calendar/ directory, or install through the WordPress plugins screenNo! The plugin is completely self-contained. It registers its own custom post type and creates native WordPress meta boxes for all event fields.
When creating an event, you'll see two meta boxes: Event Details:
Grid/Card View:
[vieww_calendar]
Displays the next 9 upcoming events in a 3-column responsive grid.
List View:
[vieww_list per_page="10"]
Displays events in a list with date filters and pagination. The per_page parameter is optional (default: 10).
Calendar Month View:
[vieww_calendar_view show_images="yes"]
Displays an interactive month calendar with navigation. The show_images parameter is optional (default: yes).
?refresh_events=1 to any page URLYes! The plugin automatically clears popular cache plugins including:
Yes! The plugin includes a visual customization interface at Events → Design Settings. You can adjust:
grid-view.css - Grid/card view styleslist-view.css - List view stylescalendar-view.css - Calendar view stylesAdd ?debug_cache=1 to any page URL to see cache status and contents (requires admin permissions).
archive-vieww-event.php) renders the calendar at /events/ by default, with a friendly "No upcoming events" empty state when there's nothing to show — replacing the theme's generic "Sorry, but nothing was found" page.Unit 5/123 Main St) no longer lose the street number during geocoding — coordinates resolve to the actual street, not the suburb centroid.event_location values are best-effort split into Venue Name + structured address on first load. The original value is retained as a display fallback for entries that didn't parse cleanly.the_content when an event has coordinates[vieww_events_map] shortcode — renders all upcoming geocoded events on an interactive Leaflet map with clusteringevent_lat and event_lng exposed via the WordPress REST API