该插件尚未通过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.

将来

  • 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的的“Plugins”菜单激活插件

常见问题

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