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

Recent Changes

外掛說明

A widget and short code to show the most recently modified pages, posts or both allowing visitors to review recent changes as they would on a wiki. Options to select number of items returned up to 15 and exclude items by ID.

Use shortcode [recentchanges] with options content, exclude and number e.g. [recentchanges content=’pages’ number=’10’ exclude=’5,8′] in post/pages.

content = ‘pages’, ‘posts’ or ‘both’
number = ‘1’ to ’15’
exclude = any number of pages/post by ID separated by commas

NB this plugin supersedes Recent Pages

安裝方式

  1. Download recent-changes.zip
  2. Upload and activate Recent Changes through the Plugins menu in WordPress
  3. Add Recent Changes and set the widget preferences through the Appearance -> Widgets menu in WordPress

or

  1. Download recent-changes.zip
  2. Unzip recent-changes.zip and upload to the /wp-content/plugins/ directory
  3. Activate Recent Changes through the Plugins menu in WordPress
  4. Add Recent Changes and set the widget preferences through the Appearance -> Widgets menu in WordPress

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Recent Changes〉的開發相關工作。

參與者

將〈Recent Changes〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.5:

  • added shortcode structure with same variables as widget
  • fixed error where searches with exclusions would return the wrong number of items

1.0:

  • added exclude function to allow page/post to be excluded from list by ID

0.2:

  • updated the SQL query to accept prefixed tables
  • updated URL format to avoid W3C validator errors

0.1:

  • designed query to return 1-15 most recently modified items with permalinks links
  • added widget option to override default title in sidebar
  • added widget option to allow 1-15 items to be displayed
  • added widget option to allow selection of pages, posts or both
  • tested up to 2.8-beta2-11509