Upcoming Events Lists
A WordPress plugin to show a list of upcoming events on the front-end.
The facts
- Rating
- 4.8★ from 6
- Active installs
- 900+
- Price
- Free
- Last updated
- 15 Apr 2025
- Added
- Jun 2014
- Requires WP
- 6.0
- Tested up to
- WP 6.8.8
- Requires PHP
- 7.0
- Downloads
- 42,687
Our analysis
AI-assistedUpcoming Events Lists is a WordPress plugin that allows you to display a list of upcoming events on your site. After installation, you can create events using a custom post type called 'Events' in your WordPress Admin area. You can then display these events using the Gutenberg Block Editor or via a shortcode, which offers various display options such as list or grid views.
This plugin is suitable for users who need to showcase events on their WordPress site, whether through a block in the editor or by inserting a shortcode into a page. It provides flexibility in how events are presented, making it useful for event organisers, community groups, or businesses hosting events.
Best for: This plugin suits event organisers and websites that need to display upcoming events.
What it does well
- ✓Creates a custom post type for events
- ✓Supports Gutenberg Block Editor for easy integration
- ✓Offers shortcode for flexibility in placement
- ✓Allows customisation of display options
Where it falls short
- •Limited information on advanced features
- •No details on support or documentation
Verdict
Upcoming Events Lists provides a straightforward solution for displaying events, though more detailed information on support and features would be beneficial.
From the developer
Sayful Islam's own description of Upcoming Events Lists, lightly tidied.
A WordPress plugin to show a list of upcoming events on the front-end as widget.
Usage
Step 1: Creating events
After installing and activating the plugin, a new custom post type called “Events” will appear at your WordPress Admin area.
Just create your events from the “Events” menu.
Step 2: Using on Gutenberg Block Editor (WordPress 5.0 or later)
If you are using block editor, add a new page and search for ‘Upcoming Events Lists’, set necessary options as your requirement.
Save and view you page. All done!
Step 3: Shortcode (When you cannot use step 2)
Add a new page and paste the following shortcode where you want to display the events:
[upcoming_events_list]
The shortcode can include following attributes.
view_type: Default valuelist. Value can belistorgrid.show_all_event_link: Default valueyes. Value can beyesorno.
If you set grid for view_type, you can also include the following attributes.
columns_on_tablet: Default value2. Value can be from 1 to 6 (except 5)columns_on_desktop: Default value3. Value can be from 1 to 6 (except 5)columns_on_widescreen: Default value4. Value can be from 1 to 6 (except 5)
Example 1:
[upcoming_events_list view_type='grid' columns_on_tablet='3' columns_on_desktop='4' columns_on_widescreen='6']