這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WordPress Word Count and Limit

描述

This plugin replaces the word count info in bottom of the edit post window by the characters/words count (on the fly). Additionnaly, you can limit the characters/words count for defined user roles.

Here’s the list of the settings (see screenshots for further infos):

  • Enable or disable characters/words count limit.
  • Max characters and words count setting
  • Warning characters and words count setting (the count before max count when the warning is fired)
  • Output Format. You can define how you would like to see the output displayed using different placeholders : #chars (the character count that has been typed), #words (The number of words), #maxChars (the max characters allowed), #leftChars (the characters count left),#maxWords (the max words allowed), #leftWords (the words count left).
  • Choose what user role should be limited. Default set to contributor role.
  • Choose the post types that should be limited. Default set to post.
  • Set customised messages for warning or for contributor submission.

Availabe languages : english and french.

螢幕截圖

  • How to find the WordPress Word Count and Limit options
  • The Options page with characters limit
  • The Options page with words limit
  • The output for the format : #chars characters | #words words
  • The output for the format : #chars/#maxChars characters, #leftChars left | #words words (when under the limit)
  • The output for the format : #chars/#maxChars characters, #leftChars left | #words words (when over the limit)

安裝

  1. Upload word-count-limit directory to the /wp-content/plugins/ directory of your WordPress installation
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

What could I limit?

You can limit characters or words count. You must choose between this two items in the admin page (see screenshots).

Could I enable the characters/words count limit for multiple user roles?

Yes. You just have to check the right checkboxes in the plugin options screen. Default limited role is contributor but you can also limit other roles.

What happens when user disable JavaScript?

The native WP word count will be displayed. The characters limit will still be functionnal, but no warning message will be displayed before submitting. After clicking on the button to submit the post and if the characters count exceed the max characters count set in the options, the submission will be refused.

Can I add html tags in the output format?

Yes, all html tags enabled in your WordPress installation are allowed (the available tags are listed in the admin page).

So this format : <b>#chars</b> characters | <b>#words</b> words

… will output something like that : 80 characters | 15 words (the numbers are bold).

評價

2018年3月29日
This plugin is a hit and miss. I got it working just the other day and now it doesn't work anymore. Had to degrade my review.
2016年9月3日 3 replies
Doesn't respond to my blogs, users, and it doesn't even have any option for Subscribers...so I added that, still doesn't work. Too bad.
2016年9月3日
I like this plugin, nice output But here's the thing, can it target a specified post? Let me explain; I want to limit user content if its a 'free' listing submission for a listing directory. That would be perfect!
閱讀全部4個評價

貢獻者及開發者

“WordPress Word Count and Limit” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WordPress Word Count and Limit 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.4.3

  • ready for WordPress 5 and higher (disable the Gutenberg Editor to work)

1.4.2

  • Added counter on Pages (must be checked in admin page)

1.4.1

  • Fixed the text domain issue (strings weren’t translated)

1.4

  • Words limit available now
  • Improving code
  • Improving Admin page explanations

1.3

  • Works on all WorPress Version (also 4.3 and 4.4 versions)

1.2

  • Fixed wrong post type display in option page
  • Fixed the wrong condition set to get the options in option page
  • Changed the way the user is notified when over the limit (now fires when submitting, not on hovering the publish div)
  • Fixed some typos in fr tanslation

1.1

  • Improved the characters and word count system
  • Adding new options : impacted post types and customised messages.
  • Fixing typos in language files

1.0

  • First release. Thanks for your feedback!