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

WP Post Limits

説明

When running wordpress for short term projects, contests, etc. it can be useful to be able
to define a limit on the number of posts a given user can make. This plugin allows admins to
define limits on a per-role basis.

Say you wanted ‘authors’ to be limited to 5 posts and ‘contributors’ to just 1, this plugin is
the way to do it.

Please Note: This plugin is only tested on PHP5 and may not work on earlier versions.

To Do

  • Add automated tests
  • Solicit user feedback on further options

スクリーンショット

インストール

  1. Upload wp-post-limits to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Post Limits option under Settings and make the appropriate entries

FAQ

There are no frequently asked questions as yet.

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0.1

  • Add warning if plugin is run on PHP4

1.0

  • Consolidated code in use in various projects
  • Prepared for first release