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

Multisite Latest Posts Widget

描述

A widget plugin to show the latest posts from all blog in sidebar and content area in multisite enabled WordPress sites.

Features

  1. able to show latest posts in sidebar and content areas
  2. choose list or div style (content area only)
  3. support short code (content area only)
  4. User can change the title of the widget as usual
  5. User can limit the number of posts to show
  6. Posts’ stripped down content will be shown if posts’ excerpt are empty

Note: Kindly please rate this plugin or vote the compatibility. So I could review it and improve the quality of this plugin. Appreciate your help!

螢幕截圖

  • Widget settings
  • Sample posts layout

安裝

  1. Upload multisite-latest-posts-widget folder to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Assign this widget to your theme’s sidebar under Widgets menu
  4. Set the title and number of posts (default limit is 5)

If you would like the latest posts to be shown in content area you could use below short code.

[mslp limit=10 style=list]

You can assign two styles
1. style=list
2. style=div

Note: default limit = 5
default style = list

評價

There are no reviews for this plugin.

貢獻者及開發者

“Multisite Latest Posts Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Multisite Latest Posts Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.4

  • Checked on WordPress 3.2 multisite
  • Removed check public blog or not from the query (In the WordPress privacy settings, there is a option called “I would like to block search engines, but allow normal visitors”. It means no matter blog is public or not still showing the posts to the normal users. So time to remove the check public blog or not from the query)

1.3

  • Added short code support and recent posts can be shown in content area

1.2

  • Fixed wrong links to the posts

1.1

  • Fixed not creating view table when the plugin is activated.

1.0

  • The first release of the plugin.