Title: Simple Event Manager
Author: Sebastian Barg
Published: <strong>14.03.2025</strong>
Last modified: 21.05.2026

---

Шукати плагіни

![](https://ps.w.org/simple-event-manager/assets/icon-256x256.png?rev=3256090)

# Simple Event Manager

 Від автора [Sebastian Barg](https://profiles.wordpress.org/bargs/)

[Завантажити](https://downloads.wordpress.org/plugin/simple-event-manager.2.0.3.zip)

 * [Деталі](https://uk.wordpress.org/plugins/simple-event-manager/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/simple-event-manager/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/simple-event-manager/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/simple-event-manager/#developers)

 [Підтримка](https://wordpress.org/support/plugin/simple-event-manager/)

## Опис

Simple Event Manager is a user-friendly WordPress plugin that simplifies the management
and display of events on your website. With this plugin, you can easily create, 
edit, and organize events without any coding knowledge. It offers an intuitive interface
and numerous features to manage your events efficiently and display them attractively.

**Key Features:**

 * **Create and manage events:** Add new events with details such as date, time,
   location, and description.
 * **Recurring events:** Schedule recurring events (daily, weekly, monthly) with
   simple selection options.
 * **Categories:** Organize your events into categories for better structure and
   filtering.
 * **Image support:** Add an image to each event to make it visually appealing.
 * **Filterable event overview:** Display your events in a clear list that can be
   filtered by title, category, date, and location.
 * **AJAX-based filtering:** Events are filtered without reloading the page, improving
   the user experience.
 * **Shortcode support:** Use the shortcode `[simevema_events_overview]` to insert
   the event overview on any page or post. The shortcode offers options to display
   images, categories, and future events.
 * **Customizable date formats:** Choose from various date formats to personalize
   the appearance of your events.
 * **Responsive Design:** The plugin is fully responsive and adapts to all screen
   sizes.

### Usage

 * **Add Events:** Go to “Events” > “New Event” in the WordPress dashboard to create
   a new event.
 * **Use Shortcode:** Insert the shortcode `[simevema_events_overview]` on a page
   or post to display the event overview. You can use additional attributes like`
   category`, `show_image`, `future`, and `show_category` to control the display.
 * **Adjust Settings:** Customize the Design

### Support and Feedback

If you have any questions or issues, you can contact the plugin developer Sebastian
Barg from Webdesign and more. Visit the plugin website https://webdesign-barg.de
for more information and support.

With Simple Event Manager, you have a powerful tool at hand to present your events
professionally and user-friendly. Try it out and design your event pages today!

## Скріншоти

[⌊Website overview of all events⌉⌊Website overview of all events⌉[

Website overview of all events

[⌊Filter by category⌉⌊Filter by category⌉[

Filter by category

[⌊Filter category showing only 1 event⌉⌊Filter category showing only 1 event⌉[

Filter category showing only 1 event

[⌊Event Details⌉⌊Event Details⌉[

Event Details

[[

## Встановлення

 1. Download the plugin from WordPress.org or search for “Simple Event Manager” in 
    the WordPress plugin directory.
 2. Install and activate the plugin via the WordPress dashboard.
 3. Create your first events and add the shortcode `[simevema_events_overview]` to 
    a page or post to display the event overview.

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“Simple Event Manager” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

 *   [ Sebastian Barg ](https://profiles.wordpress.org/bargs/)

“Simple Event Manager” було перекладено на 2 локалізації. Дякуємо [перекладачам](https://translate.wordpress.org/projects/wp-plugins/simple-event-manager/contributors)
за їх роботу.

[Перекладіть “Simple Event Manager” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/simple-event-manager)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/simple-event-manager/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/simple-event-manager/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/simple-event-manager/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/simple-event-manager/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 2.0.3

 * Ready for WordPress 7.0

#### 2.0.2

 * Fastfix

#### 2.0.1

 * Delete old data

#### 2.0.0

 * Complete overhaul of the plugin
 * New design settings page for maximum flexibility when adapting the module to 
   existing websites
 * Improved recurrence process: events can now be marked as recurring at any time,
   even after they have been created. The relevant setting is now located in the
   sidebar and is no longer tied to the initial creation process. This ensures better
   compatibility with different themes and builders.
 * The filter function remains unchanged in terms of functionality, but its internal
   structure has been optimized: setup and maintenance are now clearly separated.
 * When the plugin is deleted, its associated settings are now also removed from
   the database.
 * Translation follows

#### 1.1.2

 * Recurrence options are now only shown when creating a new parent event.
 * For already saved parent events and child events, the recurrence fields are no
   longer displayed.
 * Instead, the following notice appears: “Recurring events can only be created 
   when creating an event. Events that have already been generated are independent.”
 * Recurring events can now be created either after a specified number of repetitions
   or until a specific end date.
 * Generated recurring events continue to be stored as independent child events.
 * A new admin JavaScript now controls the display of the recurrence fields dynamically:
   selecting “Repeat” shows the additional options, selecting “after number” shows
   only the number field, and selecting “until date” shows only the date field.
 * The admin script is loaded only in the editing area of the simevema_event custom
   post type.

#### 1.1.1

 * Bugfix

#### 1.1.0

 * Improved and cleaned the code structure.
 * Moved layout settings from Customizer to Plugin settings page for better compatibility.
 * Updated and refined translations.

#### 1.0.16

 * Added full English and German translations.

#### 1.0.15

 * Fixed JS.
 * Fixed template bug.

#### 1.0.14

 * Improved error handler.
 * Fixed CSS bug.
 * Ready for WordPress 6.9.
 * Fixed filter bug.

#### 1.0.13

 * Fixed category bug.

#### 1.0.12

 * Fixed Customizer class.
 * Added screenshot.

#### 1.0.11

 * Added Customizer support for design.
 * Reduced design to minimum.
 * Added CSS classes.
 * Added support for past event search if “future” is enabled.

#### 1.0.10

 * Fixed future events with category filter.

#### 1.0.9

 * Fixed future events.

#### 1.0.8

 * Tested with WordPress 6.8.1.

#### 1.0.7

 * Tested with WordPress 6.8.

#### 1.0.6

 * Small bugfix.

#### 1.0.5

 * Added span classes for overview.

#### 1.0.4

 * Improved release.

#### 1.0.3

 * Fixed class name bug.

#### 1.0.2

 * Added filter function.

#### 1.0.1

 * Fixed template bug.
 * Fixed deletion routine bug when deleting the plugin.
 * Added function for recurring events.

#### 1.0

 * Initial release.

## Мета

 *  Версія **2.0.3**
 *  Останнє оновлення **1 місяць тому**
 *  Активних встановлень **20+**
 *  Версія WordPress ** 5.0 або вище **
 *  Tested up to **7.0**
 *  Версія PHP ** 7.4 або вище **
 *  Мови
 * [Dutch](https://nl.wordpress.org/plugins/simple-event-manager/), [English (US)](https://wordpress.org/plugins/simple-event-manager/)
   і [German](https://de.wordpress.org/plugins/simple-event-manager/).
 *  [Перекладіть на свою мову](https://translate.wordpress.org/projects/wp-plugins/simple-event-manager)
 * Позначки
 * [appointments](https://uk.wordpress.org/plugins/tags/appointments/)[calendar](https://uk.wordpress.org/plugins/tags/calendar/)
   [events](https://uk.wordpress.org/plugins/tags/events/)[management](https://uk.wordpress.org/plugins/tags/management/)
   [Veranstaltungen](https://uk.wordpress.org/plugins/tags/veranstaltungen/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/simple-event-manager/advanced/)

## Оцінки

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/simple-event-manager/reviews/)

## Учасники

 *   [ Sebastian Barg ](https://profiles.wordpress.org/bargs/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/simple-event-manager/)