Title: Pronamic Events
Author: Pronamic
Published: <strong>19. Juli 2012</strong>
Last modified: 8. August 2025

---

Plugins durchsuchen

![](https://ps.w.org/pronamic-events/assets/banner-772x250.png?rev=1525976)

![](https://ps.w.org/pronamic-events/assets/icon-256x256.png?rev=1525976)

# Pronamic Events

 Von [Pronamic](https://profiles.wordpress.org/pronamic/)

[Herunterladen](https://downloads.wordpress.org/plugin/pronamic-events.1.4.0.zip)

 * [Details](https://de.wordpress.org/plugins/pronamic-events/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/pronamic-events/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/pronamic-events/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/pronamic-events/#developers)

 [Support](https://wordpress.org/support/plugin/pronamic-events/)

## Beschreibung

[Pronamic](https://www.pronamic.eu/) · [GitHub](https://github.com/pronamic/wp-pronamic-events)

This plugin uses custom post types to add some Events functionality. Pronamic Events
allows you to add, edit and remove events.

#### Template Functions

 * Start Date
    - pronamic_get_the_start_date( $format = null )
    - pronamic_the_start_date( $format = null )
    - pronamic_has_start_date()
 * End Date
    - pronamic_get_the_end_date( $format = null )
    - pronamic_the_end_date( $format = null )
    - pronamic_has_end_date()
 * Location
    - pronamic_get_the_location()
    - pronamic_the_location()
    - pronamic_has_location()

#### Meta Keys

 * _pronamic_start_date
 * _pronamic_end_date
 * _pronamic_location

#### Gravity Forms

With [Gravity Forms](http://www.gravityforms.com/) and the [Gravity Forms + Custom Post Types](https://wordpress.org/extend/plugins/gravity-forms-custom-post-types/)

you can create an form to create event posts. In most cases you also want to automatic
fill in the event start date, end date and location. You can set this up by checking
one of the options on the date/time fields.

 * Is Event Start Date
 * Is Event Start Time
 * Is Event End Date
 * Is Event End Time

For the other fields you can add Custom Fields from the Post Fields
 section and
give them the correct custom field names:

 * Location – Field Type = Text, Name = _pronamic_location
 * Website – Field Type = Website, Name = _pronamic_event_url

### Developers

 * php ~/wp/svn/i18n-tools/makepot.php wp-plugin ~/wp/git/pronamic-events ~/wp/git/
   pronamic-events/languages/pronamic_events.pot

### Links

 * [Pronamic](https://www.pronamic.eu/)
 * [Remco Tolsma](http://www.remcotolsma.nl/)
 * [Karel-Jan Tolsma](http://www.kareljantolsma.nl/)
 * [Markdown’s Syntax Documentation](http://daringfireball.net/projects/markdown/syntax)

### Pronamic plugins

 * [Pronamic Google Maps](https://wordpress.org/extend/plugins/pronamic-google-maps/)
 * [Gravity Forms (nl)](https://wordpress.org/extend/plugins/gravityforms-nl/)
 * [Pronamic Page Widget](https://wordpress.org/extend/plugins/pronamic-page-widget/)
 * [Pronamic Page Teasers](https://wordpress.org/extend/plugins/pronamic-page-teasers/)
 * [Maildit](https://wordpress.org/extend/plugins/maildit/)
 * [Pronamic Framework](https://wordpress.org/extend/plugins/pronamic-framework/)
 * [Pronamic iDEAL](https://wordpress.org/extend/plugins/pronamic-ideal/)

## Screenshots

 * [[
 * Add new event

## Blöcke

Dieses Plugin bietet 3 Blöcke.

 *   Event End Date Add the end date of this event.
 *   Event Location Add the location of this event.
 *   Event Start Date Add the start date of this event.

## Installation

Upload the Pronamic Events folder to your wp-content/plugins folder.

## Rezensionen

![](https://secure.gravatar.com/avatar/87a87620aa44999c3f9591f03e01cda716f0b8be5e7e57dd441c221ad599911e?
s=60&d=retro&r=g)

### 󠀁[Does what it should do](https://wordpress.org/support/topic/does-what-it-should-do-8/)󠁿

 [Karel-Jan Tolsma](https://profiles.wordpress.org/kjtolsma/) 16. September 2016

The plugin does what is should do. Manage your events, the easy way! The plugin 
requires some frontend coding to show the events. This gives 100% flexibility.

 [ Alle 2 Rezensionen lesen ](https://wordpress.org/support/plugin/pronamic-events/reviews/)

## Mitwirkende und Entwickler

„Pronamic Events“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ Pronamic ](https://profiles.wordpress.org/pronamic/)
 *   [ Remco Tolsma ](https://profiles.wordpress.org/remcotolsma/)
 *   [ Karel-Jan Tolsma ](https://profiles.wordpress.org/kjtolsma/)

„Pronamic Events“ wurde in 1 Sprache übersetzt. Danke an [die Übersetzer](https://translate.wordpress.org/projects/wp-plugins/pronamic-events/contributors)
für ihre Mitwirkung.

[Übersetze „Pronamic Events“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/pronamic-events)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/pronamic-events/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/pronamic-events/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/pronamic-events/)
per [RSS](https://plugins.trac.wordpress.org/log/pronamic-events/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.3.0

 * Feature – Added schema.org data via Yoast SEO plugin integration.
 * Feature – Added setting for date format of repeatable events slugs.
 * Feature – Added support for updating time of existing repeatable events.

#### 1.2.5

 * Feature – Custom date slug support for repeatable events.
 * Fixed – Fix non-static method message.

#### 1.2.3

 * Fixed – Make sure to check if $status is a array `get_the_terms` can also return`
   false` or a `WP_Error`.
 * Tweak – Improved support for non public post types and make sure to add start
   and end date columns after title column.

#### 1.2.2

 * Fixed – Flush rewrite rules on plugin activation.
 * Tweak – Use Composer for autoload.
 * Feature – Added a template loader for default templates for single event and 
   archive event.
 * Feature – Added default template for archive and singular.
 * Tweak – Removed jQuery date picket language files https://make.wordpress.org/
   core/2016/07/06/jquery-ui-datepicker-localization-in-4-6/.
 * Tweak – Switched to Bower and use WordPress date picker style from https://github.
   com/xwp/wp-jquery-ui-datepicker-skins.

#### 1.2.1

 * Tweak – WordPress Coding Standards optimizations.

#### 1.2.0

 * Feature – Added support for ‚All day‘ flag.
 * Tweak – Changed text domain from ‚pronamic_events‘ to ‚pronamic-events‘.

#### 1.1.1

 * Tweak – Added ‚pronamic_events_date_offset‘ filter.

#### 1.1.0

 * Tweak – Moved event details meta box from the side to the normal part of the 
   edit post screen.
 * Tweak – WordPress Coding Standards optimizations.
 * Feature – Added support for recurring event, create daily, weekly, monthly and
   yearly event patterns.
 * Tweak – Use post type supports to enable event meta boxes.
 * Tweak – Replaced custom menu icon with an WordPress dash icon.
 * Tweak – Removed the deprecated WordPress screen icon.
 * Feature – Added event status and automatisch upcoming and passed event status
   updater.

#### 1.0.0

 * Added French translations thanks to Gwendal Leriche.
 * Added a new filter to the Pronamic Events Archive timestamp. ‚pronamic_event_parse_query_timestamp‘.
   It expects a timestamp returned.
 * Display events sorted by start date with a fallback to publication date.

#### 0.2.2

 * Added Brazilian Portuguese translation thanks to Gustavo Magalhães

#### 0.2.1

 * Improved support for Gravity Forms + Custom Post Types plugin

#### 0.2.0

 * Improved saving of start and end dates
 * Added an „Pronamic Events“ widget
 * jQuery UI datepicker i18n
 * Events query filter end date greater then today (midnight) instead of -1 day

#### 0.1.3

 * Improved start and end date columns
 * Moved functions into classes and seperated files

#### 0.1.2

 * Added template functions for the location
 * Improved the documentation in the readme.txt file
 * Added admin sortable columns for start and end date
 * Added settings page for events base slug

#### 0.1.1

 * Added datepicker

#### 0.1

 * Initial release

## Meta

 *  Version **1.4.0**
 *  Zuletzt aktualisiert **vor 8 Monaten**
 *  Aktive Installationen **90+**
 *  WordPress-Version ** 3.0 oder höher **
 *  Getestet bis **6.8.5**
 *  PHP-Version ** 5.4 oder höher **
 *  Sprachen
 * [Dutch](https://nl.wordpress.org/plugins/pronamic-events/) und [English (US)](https://wordpress.org/plugins/pronamic-events/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/pronamic-events)
 * Schlagwörter
 * [agenda](https://de.wordpress.org/plugins/tags/agenda/)[events](https://de.wordpress.org/plugins/tags/events/)
   [pronamic](https://de.wordpress.org/plugins/tags/pronamic/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/pronamic-events/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/pronamic-events/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/pronamic-events/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/pronamic-events/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/pronamic-events/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/pronamic-events/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/pronamic-events/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/pronamic-events/reviews/)

## Mitwirkende

 *   [ Pronamic ](https://profiles.wordpress.org/pronamic/)
 *   [ Remco Tolsma ](https://profiles.wordpress.org/remcotolsma/)
 *   [ Karel-Jan Tolsma ](https://profiles.wordpress.org/kjtolsma/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/pronamic-events/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-events&source=wp-plugin-readme-txt)