這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Super Simple Events

描述

Super Simple Events is an events plugin for WordPress, built to be easy to use and manage.

Features include:

  • Add events, set start / end dates, time and location.
  • Show event date before content in front end.
  • Assign event into event types
  • Hide past events
  • Widget to show upcoming events
  • Admin panel to configure settings
  • Shortcodes to display event meta

It is built using the WordPress coding standards, is designed to be very lite weight on system resources.

If you wish to follow the development of this plugin, view the code on
GitHub or the official plugin website.

螢幕截圖

  • Screenshot of an event on the front end with WordPress's default theme
  • Screenshot of list of events in admin panel.
  • Screenshot of admin settings

安裝

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘super-simple-events’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select super-simple-events.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download super-simple-events.zip
  2. Extract the super-simple-events directory to your computer
  3. Upload the super-simple-events directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

常見問題

I can’t see the settings panel, where is it?

The plugin requires admin account to change the settings for this plugin. Please contact administrator.

I do not wish to display the event meta before the post content?

There is a setting in the admin panel that will remove the event details inserted before content.

Is there anyway of displaying event details within the content of the post?

Super simple events has a 4 shortcodes that can be inserted into content of post to display events details. These shortcodes are
[sse_start_date], [sse_end_date] , [sse_location], [sse_time]

I am getting 404 pages when I go to a event page, how do I fix this?

This is an issue with WordPress code and registering custom post types. The url rewrite engine doesn’t recognise the url. A work around is to go to Settings > permalinks and press save changes. Just by saving changes, it will flush the rewrite rules and events should display.

評價

閱讀全部4個評價

貢獻者及開發者

“Super Simple Events” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Super Simple Events 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.4

  • Translation for brazilian.

1.0.3

  • Bug fixes

1.0.2

  • Fix for taxonomy page being ordered by event date
  • Fix for international date format

1.0.1

  • Updated to plugin that stops people getting 404 pages when going to events pages.

1.0.0

  • First Release