该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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