=== Visual Categories ===
Contributors: wzeallor
Tags: category, categories, widget
Requires at least: 2.7
Tested up to: 2.8.4
Stable tag: 1.6.0
Take control over the way you display your categories.
== Description ==
This plugin enables you to build "category entries" which contain a link to the category and which may contain a link to the category's feed, an image, the timestamp of when the category was last updated, and the current count of posts in the category.
== Vocabulary ==
There are a few terms used throughout this guide that require explanations:
* Output: The output is the entire structure. It is what's displayed.
* Cluster: A cluster is a group of category entries. A cluster is created when a 1 or more category entries must be set apart from the others. For example, a children cluster is created when a category has 1 or more children categories. As well, a height cluster (otherwise referred to as a column cluster), is created when categories are to be divided based upon your chosen height value. By default, a cluster is wrapped in `
` tags.
* Category Entry: A category entry is more than just a link to a category. A category entry has multiple components: A link to the category and may contain a link to the category's feed, a feed (RSS) image, the timestamp of whent he category was last updated, and the current count of posts in the category. By default, a category entry is wrapped in `- ` tags.
* Timestamp: A timestamp is a display of a date and/or time.
== Installation ==
1. Put the visual-categories folder into your plugins directory.
2. Activate the plugin.
== Setup ==
1. Configure your settings via the Visual Categories admin panel under Settings.
2. Activate the widget or add get\_visCats() to a template file. Or do both.
You can have multiple instances of the output. You can add get\_visCats() to any theme template file and personalize the settings. The get\_visCats(echo, settings\_array()) template tag contains two parameters:
* 'echo' defaults to 1 (true). To return the the output, set to 0 (false), as in get\_visCats(0);
* 'settings' is an array. It's not necessary to include the array if you do not want to deviate from the options on your settings page. However, if you want an option to display differently, use get\_visCats(1, array('name of setting' => 'value'); The name of every setting that may be personalized is in the next section and wrapped in array().
For example, your website has three columns. Your widgets reside in the right column. In the left column, you want to display the child categories of category 3 ordered by post count. In the appropriate template file, you would add ` 3, 'orderby'=> 'count')); ?>`. The remaining settings are taken from the Visual Categories admin panel settings.
== Frequently Asked Questions ==
* If you have a question, a thought, or have a bug to report, ask or comment at .
== Screenshots ==
1. This is a screenshot of the Preliminary Settings section. More information on the section can be found under Admin Panel and Template Tag Settings in this document.
2. This is a screenshot of the Post Count, Timestamp, and Image Display Options section. More information on the section can be found under Admin Panel and Template Tag Settings in this document.
3. This is a screenshot of the Feed and Category Link Display Options section. More information on the section can be found under Admin Panel and Template Tag Settings in this document.
4. This is a screenshot of the Custom Categories section. More information on the section can be found under Admin Panel and Template Tag Settings in this document.
== Admin Panel and Template Tag Settings ==
* Preliminary Settings
* Styling Options:
* Wrap the entire Output?
* If yes, the output will be wrapped in either `