Counts dynamically the characters/words in edit post window and limit the characters/words count if needed for one or more user roles.
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):
#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).Availabe languages : english and french.
word-count-limit
directory to the /wp-content/plugins/
directory of your WordPress installationHow 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)
You can limit characters or words count. You must choose between this two items in the admin page (see screenshots).
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.
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.
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).