JW Events Manager
A custom WordPress Events plugin built as an application-level feature, not just a CMS extension.
★ 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/mehul-wp/jw-event/archive/refs/heads/main.zipA custom WordPress Events plugin built as an application-level feature, not just a CMS extension.
Features
- Custom Post Type: Events
- Custom Taxonomy: Event Types
- Custom Meta Fields (Date, Location)
- Admin list table enhancements
- Frontend templates for single & archive views
- Shortcode support
- REST API exposure
- RSVP functionality (extensible)
- WP-CLI command for sample data
- Translation ready
- Security best practices
- Unit test scaffold
Installation
- Clone or download this repository
- Upload the
jw-eventsfolder to/wp-content/plugins/ - Activate the plugin from WordPress Admin
WP-CLI
Generate sample events:
wp jw-events generate --count=10
## Shortcode
[jw_events]
## REST API
GET /wp-json/jw-events/v1/events
## Author
Mehul L.