Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Events Listing Widget

Descripción

Create a list of upcoming events and display them using an easy-to-use widget

You can try it out in a temporary copy of WordPress here.

Instalación

  1. Download the plugin
  2. Upload the extracted folder to the /wp-content/plugins/ directory
  3. Activate the plugin in the WordPress Admin
  4. Create new events under the Events Listing section of the administration area
  5. Create an instance of the Events Listing widget to display entries, configuring how many entries should be shown and how far ahead the widget should look to display entries.

FAQ

None at this time

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Events Listing Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Events Listing Widget» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3.3

  • Fix for new option introduced in previous version

1.3.2

  • Update to display event end date when event runs multiple days

1.3.1

  • Update to change way widget class is called to comply with WordPress 4.3

1.3

  • Added new options for date format (use WordPress date format or specify custom PHP formatting string)
  • Back-end date format for calendar picker is now always the same
  • Added featured flag to events to make them appear before others in list

1.2.8

  • Removed unnecessary ul closing tag

1.2.7

  • Fix to be able to see youtube embeds in event description in widget

1.2.6

  • Fix for number of items to be displayed by widget. Was previously ignoring widget configuration and using number of posts in reading section.

1.2.5

  • Fix for some of the date formats that were not working correctly in admin interface

1.2.4

  • Fixed bug with event URL not appearing when choosing for event titles to be hyperlinked. Bug introduced in version 1.2.2

1.2.3

  • Fixed issue with events not always appearing in chronological order

1.2.2

  • Added support for dd.mm.yyyy date format
  • Re-worked widget rendering algorithm to use WP_Query instead of custom SQL query

1.2.1

  • Added new field to specify end date on events
  • Modified event display code to display event until end date has passed
  • Added shortcode to display new end date ([events-listing-end-date])

1.2

  • Adds internationalization support

1.1.9

  • Fixed PHP warnings

1.1.8

  • Added shortcodes to display some of the data fields from the event listing ([events-listing-date],[events-listing-name], [events-listing-url])

1.1.7

  • Updated jQuery datepicker plugin to resolve javascript error in latest versions of WordPress

1.1.6

  • Fixes problem with disappearing events when too many are created

1.1.5

  • Fixed two notices about undefined variables

1.1.4

  • Fixed gmmktime function error displayed when creating new events, new posts and new pages
  • Restored cut-off period after n number of months

1.1.3

  • Fixed problem with events not being displayed if they did not have hyperlinks associated with them
  • Fixed further problems with event removal time

1.1.2

  • Fixed problem with events being removed from listing at wrong time
  • Added new date format MM-DD-YYYY
  • Added option for links not to have hyperlinks

1.1.1

  • Added new field to store event URL
  • Widget will attach event URL to event name if present, instead of event page
  • New options to specify text / HTML to be displayed before and after date

1.1

  • Added an option to change the date format (send requests if you would like other formats)

1.0

  • First version