Events Grid
Dynamic event management and responsive event grid shortcode for WordPress
★ 1stars
6release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/paradonk/events-grid/releases/download/v1.2.3/events-grid-v1.2.3.zipFrom the readme
Events Grid
A WordPress plugin that replaces hardcoded HTML event cards with dynamic event posts managed from the admin area. Outputs a responsive CSS Grid via a shortcode — works anywhere, including Elementor's shortcode widget.
Version: 1.2.4 | Requires: WordPress 6.0+, PHP 7.4+ | License: GPLv2
Installation
1. Upload the events-grid folder to /wp-content/plugins/.
2. Activate the plugin in WordPress Admin → Plugins.
3. Add events under the new Events menu.
4. Place [eventsgrid] in any page, post, or Elementor shortcode widget.
Shortcode
Attributes
| Attribute | Default | Description |
|-----------|---------|-------------|
| columns | 3 | Desktop column count |
| tabletcolumns | 2 | Tablet column count |
| mobilecolumns | 1 | Mobile column count |
| postsperpage | 24 | Max events to show |
| showpast | no | no · yes · only · merged |
| orderby | startdate | Sort field |
| order | ASC | ASC or DESC |
| category | (all) | Filter by event category slug |
| upcominglabel | (default) | Custom heading for upcoming section |
| pastlabel | (default) | Custom heading for past section |
showpast values
| Value | Behaviour |
|-------|-----------|
| no | Upcoming events only (defaul
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.2.3 | May 10, 2026 | events-grid-v1.2.3.zip | 6 |