內容簡介
為網站管理員新增「特色文章管理頁面」,允許其輸入全站訂閱地址,並透過勾選框選擇文章。同時包含一個小工具,可在主要(或任何)部落格上顯示文章。
我們建議在 WPMU 中使用Sitewide tags plugin,然後在管理選單中放置來自標籤部落格的訂閱地址。否則,可使用任何部落格訂閱地址。
本外掛包含一個小工具。您也可以使用 <?php ra_featured_show($how_many, $read_more, $show_avatar); ?> 在您的佈景主題中編輯輸出,這邊的
$how_many = 要顯示幾篇文章 - 預設值為1
$read_more = 添加「閱讀全文」鏈接 - 默認添加連結
$show_avatar = 顯示作者頭像 - 默認顯示頭像
此外掛還包含具有參數的短碼,其中值和預設值與上述相同。
[ra-featured howmany=1 readmore=1 showavatar=1]
如有問題及更新,請參閱此篇文章:
WPMU 教程
外掛標籤
開發者團隊
原文外掛簡介
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 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
