10+
December 29, 2014
June 8, 2008
Displays fancy stats about your blog which you can include in your year end review posts.
Requires PHP 5.3 or higher. Will not work in PHP 5.2.x
The plugin currently supports the following stats
You can use the following shortcode to display stats in your blog.
`[yes_stats type="post_num" start_year="2004" end_year="2014" range="to" post_type="post" post_status="publish" title="Title of the graph" height="500" width="500" ] ```
The yes_stats shortcode can have the following attributes
type – The type of graph. The following are the allowed values.
post_num – Number of posts by year (default)comment_num – Number of posts by yearpost_avg_length – Average length of posts by yearpost_totoal_length – Total length of posts by yearstart_year – The first year for the graph (default: current year)end_year – The last year for the graph (default: current year)range – How the years should be treated. Possible values are to (default) and andpost_type – The post type for which the graph should be generated (default: post)post_status – The post status for which the graph should be generated (default: publish)title – Title for the graphheight – Height of the graph (Default: 500px)width – Width of the graph (Default: 500px)The following are the features that I am thinking of adding to the Plugin, when I get some free time. If you have any feature request or want to increase the priority of a particular feature, then let me know.
The pot file is available with the Plugin. If you are willing to do translation for the Plugin,
use the pot file to create the .po files for your language and let me know.
This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.
The simplest way to install the plugin is to use the built-in automatic plugin installer. Go to plugins -> Add New and then enter the name of the plugin to automatically install it.
If for some reason the above method doesn’t work then you can download the plugin as a zip file, extract it and then use your favourite FTP client and then upload the contents of the zip file to the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
No. This plugin requires PHP 5.3 or higher.
No. Please update your PHP version to 5.3 or higher. PHP 5.2.x is very old and has lot of security issues.