该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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

评价

此插件暂无评价。

贡献者及开发者

“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.