This repository was archived by the owner on Jan 12, 2025. It is now read-only.
jazzsequence/Updated-Blog-Metrics
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Updated Blog Metrics === Contributors: jazzsequence, joostdevalk Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6 Tags: statistics Requires at least: 2.3 Tested up to: 3.3 Stable tag: 1.2.6 Based on Joost de Valk's Blog Metrics plugin, provides author metrics for the last year. == Description == Based on ideas in an [excellent post](http://www.kaushik.net/avinash/2007/11/blog-metrics-six-recommendations-for-measuring-your-success.html) by Avinash Kaushik this plugin calculates the following: * average number of words per post * average number of comments per post without your own comments * average number of trackbacks per post * average number of words used in comments to posts and it calculates the same data for the last year, and for each author too! Includes a widget for your sidebar too! More info: * [Blog Metrics](http://yoast.com/wordpress/blog-metrics/). * Read more about [WordPress SEO](http://yoast.com/articles/wordpress-seo/) so you can get the most out of this plugin. == Installation == This section describes how to install the plugin and get it working. 1. Upload `updated_blog_metrics.php` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. The plugin will appear as a subpage on your dashboard. == Changelog == * 1.3: replaced months with years, removed Yoast posts, created fork * 1.2.6: fixed access to the Blog Metrics menu. * 1.2.5: added Ozh Dropdown Admin Menu icon and settings link on the plugins page. * 1.2.4: Fixed several warnings * 1.2.3: fixes for 2.7 * 1.2.1: fixed a bug where std dev would show when n=1 * 1.2: cleaned up some code and fixed WP 2.6 compatibility. * 1.1: fixed a few divisions by zero. * 1.0: added standard deviation, and a widget for your sidebar * 0.3: added data per author, separated comments and trackbacks, and improved data reliability by using better queries. * 0.2: added data for the last month. * 0.1: initial version.