Linux 软件免费装
Banner图

Just Writing Statistics

开发者 gregross
redlettuce
更新时间 2024年7月12日 09:15
PHP版本: 4.6 及以上
WordPress版本: 6.5.5
版权: GPLv2 or later
版权网址: 版权信息

标签

writing word count words authors reading time

下载

4.4 4.7 4.2 4.5 4.1 4.6 4.0 4.3

详情介绍:

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.

屏幕截图:

  • Monthly Statistics
  • Author Statistics
  • Tag Statistics
  • Settings

升级注意事项:

None at this time.

常见问题:

Why fork WP Word Count?

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 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."]

更新日志:

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