Title: ListYourEvent — Easy Event Listing
Author: Sourabh Nagori
Published: <strong>September 3, 2026</strong>
Last modified: September 3, 2026

---

Search plugins

![](https://ps.w.org/listyourevent-easy-event-listing/assets/banner-772x250.png?
rev=3680052)

![](https://ps.w.org/listyourevent-easy-event-listing/assets/icon-256x256.png?rev
=3680052)

# ListYourEvent — Easy Event Listing

 By [Sourabh Nagori](https://profiles.wordpress.org/thesourabhn/)

[Download](https://downloads.wordpress.org/plugin/listyourevent-easy-event-listing.zip)

 * [Details](https://wordpress.org/plugins/listyourevent-easy-event-listing/#description)
 * [Reviews](https://wordpress.org/plugins/listyourevent-easy-event-listing/#reviews)
 *  [Installation](https://wordpress.org/plugins/listyourevent-easy-event-listing/#installation)
 * [Development](https://wordpress.org/plugins/listyourevent-easy-event-listing/#developers)

 [Support](https://wordpress.org/support/plugin/listyourevent-easy-event-listing/)

## Description

**ListYourEvent** gives you an easy way to publish and manage events on your WordPress
site. Add a date, location, organizer and registration link to any event, and the
plugin automatically builds a clean, filterable events directory — plus a polished
single event page — without touching a theme file.

### Key Features:

 * **Simple Event Creation**: Add events with date, end date, time, organizer, location,
   registration link and a featured image, right from the familiar WordPress editor.
 * **Automatic Events Directory**: A ready-made, responsive archive page lists all
   upcoming events in a filterable grid — no setup required.
 * **Add to Calendar**: Every event includes a built-in “Add to Calendar” option,
   generated automatically from the event’s date and time, compatible with Google
   Calendar, Outlook, and Apple/iCal (.ics download).
 * **Month & Date Filtering**: Visitors can filter the events directory by month
   or by an exact date.
 * **Shortcode Support**: Drop `[lyevt_events]` into any page, post, or widget to
   show an event list anywhere on your site.
 * **Fully Responsive**: The events grid and single event page adapt cleanly from
   desktop down to mobile.
 * **Optional Footer Credit**: A small “Powered by ListYourEvent” link can be shown
   in your site footer if you choose to — it is off by default and only appears 
   if you turn it on in Settings.
 * **Secure & Compliant**: Proper sanitization, escaping, and validation ensure 
   WordPress security best practices.
 * **Lightweight & Fast**: No page builder or external service required; built entirely
   on core WordPress APIs.

### Why Choose This Plugin?

 * **Zero Configuration**: Activate the plugin and start publishing events — the
   archive and single event pages are generated automatically.
 * **Better Attendance**: The one-click “Add to Calendar” button removes friction
   and helps visitors actually show up.
 * **Clean, Modern Design**: Card-based event listings and a styled single event
   page that look good out of the box.
 * **Developer Friendly**: Simple, well-commented code with CSS variables for easy
   re-theming.

### Perfect For:

 * Conferences, webinars and meetups
 * Community and non-profit event calendars
 * Business and association event directories
 * Local venues and recurring event series

### Support

For technical support or feature requests, please get in touch through the plugin’s
Settings page, or visit our support forum, or reach out via the developer’s website:
https://worldwebsolutions.in/

### Contributing

We welcome contributions! Suggestions and pull requests can be submitted through
the developer’s website: https://worldwebsolutions.in/

### Privacy Notice

This plugin does not collect, store, or transmit any personal data from visitors.
Event data (title, date, time, location, organizer, registration link) is entered
by the site administrator and stored in the local WordPress database only. The “
Add to Calendar” links are generated locally and only contact Google or Outlook’s
servers if a visitor actively clicks those specific options.

## Installation

### Automatic Installation:

 1. Go to your WordPress admin dashboard.
 2. Navigate to **Plugins > Add New**.
 3. Search for **ListYourEvent**.
 4. Click **Install Now** and then **Activate**.

### Manual Installation:

 1. Download the plugin `.zip` file from the WordPress repository.
 2. Extract the contents and upload the `listyourevent-easy-event-listing` folder to
    the `/wp-content/plugins/` directory.
 3. Activate the plugin through the **Plugins** menu in WordPress.

### After Activation:

 1. Go to **Settings > Permalinks** and click **Save Changes** once — this refreshes
    the `/event/` URLs.
 2. In the admin sidebar, click **Events > Add New Event** and fill in the event details.
 3. Publish. Your event now appears automatically on the events archive page.

## FAQ

### Where does the events archive page live?

It’s created automatically at `yoursite.com/events/`. Each event also gets its own
page at `yoursite.com/event/event-name/`.

### Can I show events somewhere other than the automatic archive page?

Yes. Use the `[lyevt_events]` shortcode on any page, post, or widget area. Optional
attributes let you control how many events show, whether past events are included,
and whether the filter bar appears — for example: `[lyevt_events limit="6" show_past
="no" show_filter="yes"]`.

### How does “Add to Calendar” work?

The plugin reads the event’s date, time and location and generates ready-to-use 
Google Calendar and Outlook links, plus a downloadable .ics file for Apple Calendar
and other apps — no setup or external service needed.

### Will this plugin slow down my website?

No. It only loads its CSS and JavaScript on pages that actually display events, 
and it doesn’t depend on any external services or APIs.

### Is it compatible with caching plugins?

Yes, it works seamlessly with popular caching plugins like WP Super Cache and W3
Total Cache.

### Can I change the colors to match my theme?

Yes. All colors are defined as CSS variables at the top of `assets/css/event-styles.
css`, so you can adjust them without touching any PHP.

### Does this plugin track visitors or collect personal data?

No. See the Privacy Notice section below.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ListYourEvent — Easy Event Listing” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Sourabh Nagori ](https://profiles.wordpress.org/thesourabhn/)

[Translate “ListYourEvent — Easy Event Listing” into your language.](https://translate.wordpress.org/projects/wp-plugins/listyourevent-easy-event-listing)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/listyourevent-easy-event-listing/),
check out the [SVN repository](https://plugins.svn.wordpress.org/listyourevent-easy-event-listing/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/listyourevent-easy-event-listing/)
by [RSS](https://plugins.trac.wordpress.org/log/listyourevent-easy-event-listing/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial public release.
 * Custom event post type with date, end date, time, organizer, location, and registration
   link.
 * Automatic, filterable events archive and styled single event page.
 * Add to Calendar button (Google Calendar, Outlook, Apple/iCal .ics download) on
   every event.
 * `[lyevt_events]` shortcode for showing events anywhere on the site.
 * Fully responsive layout, 3 events per row on desktop.
 * Settings page with an optional footer credit link.
 * Verified compatibility with WordPress 7.1.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [add to calendar](https://wordpress.org/plugins/tags/add-to-calendar/)[directory](https://wordpress.org/plugins/tags/directory/)
   [event calendar](https://wordpress.org/plugins/tags/event-calendar/)[event listing](https://wordpress.org/plugins/tags/event-listing/)
   [events](https://wordpress.org/plugins/tags/events/)
 *  [Advanced View](https://wordpress.org/plugins/listyourevent-easy-event-listing/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/listyourevent-easy-event-listing/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/listyourevent-easy-event-listing/reviews/)

## Contributors

 *   [ Sourabh Nagori ](https://profiles.wordpress.org/thesourabhn/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/listyourevent-easy-event-listing/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/sourabhnagori)