该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Wordcount Pro

描述

Do you feel the need to know how many words in a blog post or page, but don’t want to have to log into the post editor to find out? Then this is the plugin for you. It adds a trailing div after post content to show you total word count for the post. Yes, I see the word count is visible on the editor screen, but this is for situations where you don’t want to have to visit the dashboard to find out the exact word count.

屏幕截图

  • This screen shot showing the wordcount below a sample lipsum blog post of 123 words

安装

  1. Upload wordcount-pro.php to the /wp-content/plugins/wordcount-pro directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. View website, logged in as an administrator

常见问题

Can I display word count for all users?

Yes, change false on line 17 to true

  $all_users = false;

to

  $all_users = true;

评价

此插件暂无评价。

贡献者及开发者

「Wordcount Pro」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Wordcount Pro」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.25

  • added all users flag, to easily show word count to all users

1.0

  • initial public version

0.5

  • initial beta version