该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Events Listing Widget

描述

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.

安装

  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.

常见问题

None at this time

评价

此插件暂无评价。

贡献者及开发者

“Events Listing Widget” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Events Listing Widget”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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