
Description
The Cat-Chart Plugin provides the functionality to implement a chart that visualizes the post-count of the categories. The charts are created using the Google Chart API.
Installation
- Download the Plugin
- Open the .zip file and upload the content to your plugins folder (yourdomain/wp-content/plugins/)
- Activate the plugin in your WordPress administration panel “Plugins”
- Call the getCatChart() function from anywhere in your Template
Usage
To integrate a Cat-Chart anywhere in your Template simply call the getCatChart() function.
if (function_exists('getCatChart')) {
getCatChart();
}
Download
For WordPress 2.1+: Artillery Cat-Chart Plugin 0.2

Leave a Reply