Plugin Directory

Changeset 527554


Ignore:
Timestamp:
04/05/2012 03:17:02 AM (14 years ago)
Author:
cheshire137
Message:

Adding screenshots, further adapting readme to WordPress Plugin Directory format.

Location:
easy-chart-categories/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • easy-chart-categories/trunk/readme.txt

    r527550 r527554  
    1 === Easy Chart Categories===
     1=== Easy Chart Categories ===
    22Contributors: cheshire137
     3Donate link: http://www.3till7.net/2012/02/18/easy-chart-categories-wordpress-plugin/
    34Tags: plugin, categories, category, chart, charts, graphs, charting, shortcode, tags, taxonomy, taxonomies, pie, pie chart, visual, image
     5Requires at least: 2.8
     6
     7This is a WordPress plugin that provides a WordPress shortcode that will display your categories in a chart and another that will display your tags.
     8
     9== Description ==
    410
    511This is a WordPress plugin that provides a WordPress [shortcode](http://codex.wordpress.org/Shortcode) that will display your categories in a chart and another shortcode that will display your tags.  This plugin requires that the [Easy Chart Builder plugin](http://wordpress.org/extend/plugins/easy-chart-builder/) by [dyerware](http://profiles.wordpress.org/users/dyerware/) is installed and activated.  See what it looks like on [my blog](http://www.3till7.net/2012/02/18/easy-chart-categories-wordpress-plugin/).
     
    713This plugin is also available in [my Github repository](https://github.com/moneypenny/Easy-Chart-Categories).
    814
    9 Usage
    10 ---
     15== Installation ==
     16
     171. Install the [Easy Chart Builder for WordPress plugin](http://wordpress.org/extend/plugins/easy-chart-builder/) by [dyerware](http://profiles.wordpress.org/dyerware/).
     181. Activate the [Easy Chart Builder for WordPress plugin] through the WordPress administration 'Plugins' menu.
     191. Upload the entire Easy Chart Categories plugin directory, or just easy-chart-categories.php, to your `/wp-content/plugins` directory.
     201. Activate the plugin through the WordPress administration 'Plugins' menu.
     211. Follow the usage instructions below, embedding one or more of the shortcodes in a page or post.
     22
     23== Screenshots ==
     24
     251. Sample chart showing top 12 categories.
     262. Sample chart showing top 12 tags.
     27
     28== Usage ==
     29
    1130Show top 12 most popular categories in a pie chart:
    1231
     
    2241        orderby="name" order="ASC" hidechartdata="false"]
    2342
    24 Options
    25 ---
     43== Options ==
     44
    2645See options for the WordPress function [get_terms()](http://codex.wordpress.org/Function_Reference/get_terms) and for the [Easy Chart Builder plugin](http://www.dyerware.com/main/products/easy-chart-builder-plugin-parameters.html).  Also:
    2746
    28 - `showcounts` - Show or hide the count for each category/tag.  Valid values:  `true`, `false`.  Defaults to `true`.
     47* `showcounts` - Show or hide the count for each category/tag.  Valid values:  `true`, `false`.  Defaults to `true`.
Note: See TracChangeset for help on using the changeset viewer.