Simple Events Manager
Add and display events on your WordPress site
by eighteen73 Web Team · github.com/eighteen73/simple-events-manager
★ 0stars
49composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/eighteen73/simple-events-manager/releases/download/v0.2.0/simple-events-manager.zipAlso on Packagist as eighteen73/simple-events-manager:
composer require eighteen73/simple-events-managerFrom the readme
Simple Events Manager
Requires: WordPress 6.5+, PHP 7.4+
Author: eighteen73 Web Team
Add and display events on your WordPress site.
Summary
Simple Events Manager adds an Events section to your WordPress site so you can create and manage events without any coding. You get a dedicated Events area in the admin (under the calendar icon) where you can add, edit, and organise events.
Each event can have a title, description, featured image, date and time, location, and optional links (for example “More details” or “Book now”). You can organise events using Event Categories, so you can filter or group them (e.g. by type or audience).
Events can be one-off or recurring. You can set an event to repeat daily, weekly, monthly, or yearly (with an optional end date), or define a custom list of dates. Repeating events appear once per occurrence in event lists and on the calendar, so visitors see each date separately.
To show events on the front of your site, use the block editor. The plugin provides blocks to display a calendar of events, a list of events (with date and location), and to show the date or location on individual event pages. No shortcodes or theme
Read the full README on GitHub →