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

Featured Posts

描述

Adds a featured post management page for site admins who can input a sitewide feed address, then select posts via a checkbox. Also includes a widget to disply posts on the main (or any) blog.

We recommend using the Sitewide tags plugin in WPMU, then placing the feed address from the tags blog in the admin menu. Otherwise, any blog feed can be used.

A widget is included. You can also code the output in your theme with <?php ra_featured_show($how_many, $read_more, $show_avatar); ?> where

$how_many = how many posts to show - default 1
$read_more = add read more link - default show link
$show_avatar = show author avatar - default show avatar

Also includes a shortcode with parameters where values & defaults match what is above

[ra-featured howmany=1 readmore=1 showavatar=1]

For questions & updates, please see this post:
WPMU Tutorials

安裝

Unzip the files and drop the two files and the folder in the mu-plugins folder.

ra-featured-posts.php
ra-featured-posts-widget.php
folder: ra-featured-posts
ra-featured-posts-admin.php
ra-featured-posts-install.php

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

2.8.3

  • Add widget control box

2.8.2

  • Update for WordPress 3.0
  • Add shortcode

2.8.1

  • Fixed misplaced permission check.

2.8

  • Original version.