>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Year End Stats |
Version | 1.0 |
Author | Sudar |
Rating | 0 |
Last updated | 2014-12-29 02:24:00 |
Downloads |
2588
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Year End Stats plugin added 52 kB of resources to the Home page and 52 kB of resources to the sample Post page.
WP Year End Stats plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Year End Stats plugin ads no tables to your Wordpress blog database.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 and
post_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.