manifest / unclassified / carkeek-events
Carkeek Events
Lightweight, developer-friendly event management. Registers Event, Location, and Organizer custom post types with meta boxes, expiry cron, and optional Google Maps geocoding.
by Carkeek Studios · github.com/carkeek-studios/carkeek-events
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/carkeek-studios/carkeek-events/archive/refs/heads/main.zipDeclares an update source (Carkeek-Studios/carkeek-events), so updates arrive through the plugin's own updater.
From the readme
Carkeek Events
A lightweight, developer-friendly WordPress plugin for managing events. Registers Event, Location, and Organizer custom post types with classic meta boxes for structured data, a daily WP cron for expiring past events, optional Google Maps geocoding, a built-in Events Archive Gutenberg block, and integration with the carkeek-blocks custom-archive block.
The plugin provides no opinionated front-end styles. It ships default templates that you are expected to override in your theme.
Requirements
- WordPress 6.4+
- PHP 8.1+
Installation
1. Drop the carkeek-events folder in wp-content/plugins/.
2. Activate the plugin in Plugins.
3. Go to Events Settings and click Flush Rewrite Rules once to register the CPT permalinks.
Post Types and Taxonomy
| Post Type | Archive Slug | Single Slug | Menu Icon |
|---|---|---|---|
| carkeekevent | /events/ | /event/{slug}/ | dashicons-calendar-alt |
| carkeeklocation | — | /locations/{slug}/ | dashicons-location |
| carkeekorganizer | — | /organizers/{slug}/ | dashicons-groups |
Taxonomy: carkeekeventcategory — hierarchical, registered to carkeekevent only. Archive slug: /event-category/{slug}/.
Meta Keys Reference
carkeekevent
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.5.0 | Jul 13, 2026 |
| 2.3.01 | Jul 10, 2026 |
| 2.0.18 | Jun 17, 2026 |
| 2.0.17 | Jun 9, 2026 |
| 2.0.16 | Jun 9, 2026 |
| 2.0.15 | Apr 8, 2026 |
| 2.0.14 | Apr 3, 2026 |
| 2.0.13 | Apr 1, 2026 |
| 2.0.12 | Mar 10, 2026 |
| 2.0.11 | Mar 9, 2026 |
| 2.0.1 | Mar 9, 2026 |
| 2.0.0 | Mar 8, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.