WP Manifestindependent plugin directory
manifest / events / jw-event

JW Events Manager

A custom WordPress Events plugin built as an application-level feature, not just a CMS extension.

by Mehul L. · github.com/mehul-wp/jw-event

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.zip

A 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

  1. Clone or download this repository
  2. Upload the jw-events folder to /wp-content/plugins/
  3. 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.