Linux 软件免费装
Banner图

Just Writing Statistics

开发者 gregross
redlettuce
更新时间 2024年11月30日 06:03
PHP版本: 4.6 及以上
WordPress版本: 6.7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

writing word count words authors reading time

下载

5.0 5.1 4.2 4.1 4.6 4.0 4.3 4.4 4.5 4.7 4.8

详情介绍:

Just Writing Statistics is a fork of WP Word Count Just Writing Statistics tells you exactly how many words you've written on your site with statistics by: Just Writing Statistics also has reading times for each post and page of your site. Find out how many hours of content you've written or let readers know how long your articles are. You can include reading time at the top of each of your posts automatically or use a shortcode.

安装:

  1. Upload just-writing-statistics to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Just Writing Statistics can be accessed via the menu of the WordPress Admin.

屏幕截图:

  • All Content Statistics
  • Monthly Statistics
  • Yearly Statistics
  • Author Statistics
  • Tag Statistics
  • Category Statistics
  • Word Frequency Statistics
  • Settings

升级注意事项:

To generate the frequency statistics for your existing data after upgrading to version 5.0, go to Settings->Calculate Writing Statistics->Calculate Writing Statistics. Note this may take a significant amount of time depending upon the number of posts you have on your site.

常见问题:

What are stopwords and why would I care?

Stopwords are common words like "the" or "at" that don't really add much to the word frequency count statistics but might dominate due to how oftne they are used. The stopwords list that Just Writing Statistics uses comes from here if you want to see what gets excluded per language.

Why fork WP Word Count?

UPDATE TO THE UPDATE WP Word Count has been off the plugin directory again since June 2024, and the redlettuce website is no longer available, so I guess it's done for good this time. UPDATE WP Word Count is back on the plugin directory, but still seems to be getting very little attention from the developers. Since I've already done all the work to fork it and publish it in the plugin directory, I'll continue to support this version going forward. Also Just Writing Statistics has a lot of features that were only included in the Pro version of WP Word Count, so there's that too. WP Word Count is by far the best plugin of its kind, however it is, as far as I can tell, abandoned at this point. Even worse, the existing plugin has a known security vulnerability in it and so wordpress.org has closed the repository. As such, a fork is required to fix the security issue and bring the plugin functionality back.

I've got a very large site, how's the performance going to be?

Statistics are inherently resource intensive, the large your site is, the slower the statistic generation will be. For the general content/monthly/yearly/author based statistics, these should remain quick to display no matter the site size as a custom table is used to gather the data whenever a item is saved. For Tags and Categories this is not the case and these are calculated at display time. Even with a largish site, this should not be significant, a few seconds at worst. If this becomes an issue I'll look into converting this code over to a custom table as well.

Why do I see post types in the settings tab that I don't see on any of the statistics tabs?

If a post type has no items associated with it, Just Writing Statistics will not include it in the statistic displays.

Do I really have to calculate the statistics by date range?

Probably not, but make sure to wait for the progress bar to disappear before reloading the page. If it is running for more than five minutes, then it's probably failed silently and you'll need to break up the calculation into chunks. However, even on a modest hosting provider, it would take hundreds of thousands (maybe millions) of posts to get to this point.

How do the Just Writing Statistics Shortcodes work?

There are two shortcodes available:

  • [just-writing-statistics] will display the number of words on any page or post.
  • [just-writing-statistics-reading-time] will display the reading time of words on any page or post.
Every Just Writing Statistics shortcode can be extended with "before" and "after" attributes to add text or HTML before and after the result. Example: [just-writing-statistics before="This post has" after=" total words."]

更新日志:

5.1 5.0 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.2.3 3.2.2 3.2.1 3.2.0 3.1.0 3.0.2 3.0.1 3.0.0