Linux 软件免费装
Banner图

WordPress Word Count and Limit

开发者 jojaba
更新时间 2019年10月25日 03:40
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 5.3
版权: GPLv2 or later
版权网址: 版权信息

标签

limit words count characters

下载

1.0 1.1 1.2 1.2.1 1.3 1.4 1.4.1 1.4.2 1.4.3

详情介绍:

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): Availabe languages : english and french.

安装:

  1. Upload word-count-limit directory to the /wp-content/plugins/ directory of your Wordpress installation
  2. 通过WordPress的的“Plugins”菜单激活插件

屏幕截图:

  • 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)

常见问题:

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).

更新日志:

1.4.3 1.4.2 1.4.1 1.4 1.3 1.2 1.1 1.0