このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Random Featured Post

説明

The Random Featured Post plugin allows you to display a random post from a designated category. Ideally this should
draw readers landing on your homepage to some of your best posts. The featured post will display the title
“Featured Post” (customizable) along with the post’s title, an excerpt and a link to continue to the full post.

Additional Notes

  • The show_featured_post($PreFeature = ”, $PostFeature = ”, $AlwaysShow = false, $categoryID = 0, $NumberOfPosts = 0) function has five optional arguments.
    The first two are for any HTML you would like to display before and after the featured post. The third argument is a
    boolean (true/false) argument which will override the \’Show Featured Post\’ option and always display the featured post when true. The fourth option allows you to
    specify a single category to display from, overriding the selections in settings page. The fifth option allows you to show more than one post at a time, overriding
    the settings page option.
  • All output is contained in a DIV class named “featuredpost” and can be adjusted via your stylesheet.

インストール

  1. Download and unzip featuredpost.zip to your plugin folder.
  2. Activate the plugin from the Plugins section of your dashboard.
  3. (Optional) Create a “Featured” category.
  4. Go to the “Featured Post” options in your dashboard and select the categories from which you would like posts to be randomly selected.
  5. Check the “Show Featured Post” box and click “Update” to save your changes.
  6. Place a call to the show_featured_post() function in your template, most likely in your main index template just before the loop.

FAQ

Please see the plugin home page for more information.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Random Featured Post はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Random Featured Post” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。