Апісанне
Automaize Event Calendar lets you create and manage events directly in the WordPress admin and display them anywhere on your site using a simple shortcode.
Key features:
- Responsive tile grid (1–4 columns, auto-adjusts on mobile)
- Events sorted chronologically — next event first
- Past events hidden automatically
- Recurring events: weekly, monthly by date, monthly by weekday (e.g. first Monday), or individual custom dates
- Configurable visibility window (how many days into the future) and maximum event count
- Per-event button text, subtitle, and time display
- Optional WooCommerce product link per event for ticket sales or booking
- Theme-overridable templates
- Fully translatable (ready for translation via GlotPress on WordPress.org)
Shortcode usage:
[amzec_events]
Optional attributes:
count– maximum number of events to show (default: 12)future_days– show events up to N days in the future; 0 = unlimited (default: 0)columns– number of tile columns 1–4 (default: 3)category– comma-separated category slugs to filter
Example: [amzec_events count="6" columns="2" future_days="90"]
Ўсталёўка
- Upload the
automaize-event-calendarfolder to/wp-content/plugins/. - Activate the plugin via Plugins › Installed Plugins.
- Go to Events › Einstellungen to configure defaults.
- Create events under Events › Neu hinzufügen.
- Add the shortcode
[amzec_events]to any page or post.
Часта задаваныя пытанні
-
How do I display events in a different number of columns?
-
Use the
columnsattribute:[amzec_events columns="2"]. On tablets the grid automatically reduces to 2 columns, and on mobile to 1 column. -
Can I show only a specific category?
-
Yes:
[amzec_events category="workshop,seminar"] -
How does WooCommerce integration work?
-
When editing an event, enter the ID of an existing WooCommerce product in the sidebar. An add-to-cart button will appear on the single event page.
-
Can themes override the templates?
-
Yes. Copy
templates/partials/event-tile.phptoamzec-event-tile.phpin your theme root to override the tile, ortemplates/single-amzec_event.phptosingle-amzec_event.phpin your theme root to override the single event page. -
Will deleting the plugin remove my events?
-
Yes — uninstalling (deleting) the plugin removes all event posts, taxonomy terms, and plugin settings. Deactivating alone does not remove any data.
Водгукі
На гэты плагін няма водгукаў.
Удзельнікі і распрацоўшчыкі
“Automaize Event Calendar” is open source software. The following people have contributed to this plugin.
УдзельнікіПеракласці “Automaize Event Calendar” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
1.0.4
- Fix: Event tiles now align vertically across columns (CSS subgrid)
- Fix: “Mehr erfahren” button now displays correctly on Breakdance pages
1.0.3
- Fix: Column layout now works correctly on Breakdance pages (inline style beats page-builder CSS)
1.0.2
- New: Per-event display limit for recurring events (“Max. Anzeigen im Kalender”)
- Fix: CSS grid now loads correctly on Breakdance-built pages
1.0.1
- Fix: German admin labels (meta box and settings page title)
1.0.0
- Initial release