This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Event Post Type

Descripción

Event Post Type creates a custom post type for events. These are easy to implement in any existing theme.

Features:

  • Event custom post type
  • Add events
  • Date & Time
  • Places

Bug reports, feedback and feature requests is thankfully received!

Instalación

  1. Upload the event-post-type folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

How do i implement the places and dates to my theme?

Use the custom post data: _date_start, _time_start, _date_end, _time_end. The places is stored in a database table that can be accessed through _event_location_id.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Event Post Type” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Event Post Type” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.0.2

  • Fixed: Small typo preventing post start time and end date to be saved

1.0.1

  • Added: Start date visible when managing events
  • Fixed: Some minor formatting

1.0

  • Initial release with basic functionality