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

Matches

描述

This plugin makes it easy to administer and display matches (sports or otherwise) with a neat widget.

屏幕截图

  • What the widget looks like with the default stylesheet. Everything is easily customisable via CSS.
  • The options page where you set the number of upcoming matches to display in the widget as well as information about your own team.
  • The administration of opponent teams.
  • The administration of matches, past and upcoming.

安装

  1. Upload the matches folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Drag the ‘Matches’ widget to where you want it using the widget menu in WordPress. For templates without widget support you can place <?php if(function_exists('matches_display_widget')) { matches_display_widget(); } ?> in your template files.
  4. Modify widget.css in the plugin directory to style the widget to your liking

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

将“Matches”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

0.5

  • You can now choose to display timestamps in the visitor’s own timezone.
  • It now registers as a “real” widget meaning you won’t need to add any PHP code to the template. The old code still works for backwards-compatibility and for templates without widget support.
  • Match links open in a new tab/window (target=”_blank”).
  • Added a per-match override setting for home/away match.
  • Modified the area the match link covers slightly to make it less ambiguous.

0.4

  • Date and time format can now be changed in the settings.

0.3

  • First public release.
  • Code clean-up.
  • Database-related match link fix.
  • Stylesheet overhaul.

0.2

  • Code clean-up.
  • Added match link.

0.1

  • Initial in-house release.