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

Category Post Count

説明

Sometimes you need to customize post counts for individual categories. There is no built-in method for this in WordPress. So this plugin steps in and fills that gap. You can set values for each category as you wish.

Does not support custom taxonomies yet.

Future

  • Options Page for various options
  • Support for tags
  • Support for custom taxonomies
  • Support for search results

スクリーンショット

  • When adding a category, you can specify post count for that category.
  • Category listing shows each category's posts_per_page and posts_per_rss values.

インストール

You can use automattic install from your extensions page or you can install it manually;

  1. Unzip archive, upload category-post-count folder to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください

FAQ

What is the default value of `posts_per_page` and `posts_per_rss`?

If you didn’t change it after installing WordPress, it has to be 10. It can be changed from Settings > Reading page of your Admin area.

Does it have to be same values for posts and feeds?

You can use different values. You can even left it empty to use default value of your blog.

評価

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

貢献者と開発者

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

貢献者

“Category Post Count” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

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

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

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

変更履歴

[0.1.2] – 2015-08-07

  • Added Dutch translations by Taco Verdonschot

[0.1.1] – 2015-08-06

  • Changed textdomain variable to hardcoded strings (https://markjaquith.wordpress.com/2011/10/06/translating-wordpress-plugins-and-themes-dont-get-clever/ – Thanks Bjørn)
  • Added Norwegian Bokmål translations by Bjørn Johansen (Thanks again)

[0.1.0] – 2015-08-06

  • First version