learning, thinking, blogging.
Category Cloud 1.6 – WordPress Plugin
Category Cloud 1.6 is the latest release of Category Cloud, a wordpress plugin that shows categories as a colored tag cloud. You can see it in the sidebar at www.mapelli.info.
New Features
- Option to display only subcategories of given categories
- Option to include specific categories
- Option to show post count near each category
- Automatic Search for updates (weekly)
- Fixed sorting bug
- Minor bug fixing
V 1.5 Features
- before and after tags
- categories can be sort by ascending or descending number of posts
- option to show a fixed number of categories (this way you can do a “top 10 categories”)
- colored cloud, with colors based on the importance of each category
v 1.0 Features
- Support for WordPress 2.1 (does not work with previous versions, sorry!)
- Customizable max and min font size and unit (px, pt, em)
- Categories shown in ascending, descending or random order
- Possibility to exclude given categories
- Possibility to exclude categories with less than a given number of posts
- Full integration with wordpress administration panel
Installing Category Cloud Plugin
- Get Category Cloud zip file & Unzip it
- Upload category-cloud.php to your wordpress plugin directory
- Activate the plugin from the plugins tab
- Insert
<?php if (function_exists('category_cloud')) category_cloud();?>where you want your category cloud to appear - Play with the options (Options ->Category Cloud in the wordpress administration) to fit your needs
Upgrading Category Cloud Plugin
- Get Category Cloud zip file & Unzip it
- Upload category-cloud.php to your wordpress plugin directory, overwriting the previous version
- Play with the new options (Options ->Category Cloud in the wordpress administration) to fit your needs. Options from previous version will be lost.
- Upgrade your css, if you need to:
Get Category Cloud
Customization
Category Cloud can be customized via a style sheet, adding a category_cloud entry.
Here’s mine:
#category_cloud {
margin-left:20px;
margin-right:5px;
padding: 0px;
text-align: justify;
line-height: auto;
}
also, you can use the before and after fields in the option page to add further customization, e.g. by adding <span> or <li> tags before and after each category, and use css to restyle them.
Tips
You can add “additional” tag clouds in a page by calling the category_cloud() function with a parameter, for example you can show the top 5 categories with
<?php
$a = "ccloud_smallest=8&ccloud_largest=22&ccloud_order=POP&ccloud_numitem=5";
category_cloud($a);
?>
here are the valid variables you can use and what they means:
ccloud_smallestis the smallest font size in the resulting tag cloudccloud_largestis the largest font size in the resulting tag cloudccloud_unitis the unit that it’s used for the font, can be one of- px
- pt
- em
ccloud_excludeis a list of the excluded categories IDs, something like “1, 3, 15″, or you can use ALL to exclude all the categoriesccloud_includeis a list of the categories to include, something like “1, 3, 5″ccloud_subofis a list of the categories to search for subcategories to include. e.g. using “15, 3″ will display a tag cloud with the subcategories of category 15 and 3ccloud_showcountdisplays or hides the number of posts in each category. Valid values are- true
show the post count - false
hide the post count
- true
ccloud_orderis the order of the tags in the resulting tag cloud, can be one of- ASC
sort by name, ascending - DESC
sort by name, descending - random
random order - POP
sort by popularity, descending - UNPOP
sort by popularity, ascending
- ASC
ccloud_mincountis the minimum number of posts a category must have to appear in the resulting tag cloudccloud_numelementsthe number of categories to showccloud_beforewhat to put before each categoryccloud_afterwhat to put after each categoryccloud_startcolthe color for the categories with less postsccloud_endcolthe color for the categories with more posts
Comments and Feedback
I love them, so please don’t be shy and write something down here! :)
Also, if you write a comment and leave the “notify me of followup comments via e-mail” option checked, you will be mailed when bugs, feature requests or new versions are posted.
| Print article | This entry was posted by francesco mapelli on 2007/04/10 at 12:30 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
- Category Cloud 1.0 (Wordpress plugin) | www.mapelli.info
- Category Cloud 1.5 – Wordpress Plugin | www.mapelli.info
- Category Cloud – cebidae: the blog of david dean
- Do You Know How You Hook Visitors? | www.mapelli.info
- nublado al fin – zer0’s corner – The Blog
- links for 2007-06-15 at orioa
- links for 2007-06-15 at orioa
- птЫц .NET » Category Cloud
- toast crumb
- Delian’s Blog » Blog Archive » Nuvole di categorie
- NineDesign.org » Create a Tag Cloud in Wordpress with ease
- InternetGeeza.com » Blog Archive » I’m In Eaven With Category Cloud…
- Torrent » Blog Archive » wpmu plugins list
- kawakumi.com versione 2.1 (o 3.0?) | kawakumi.com
- ♥ true-luv.com » Blog Archive » Category Cloud
- Русская Тема Для Wordpress – SUPER скачать! | Web дизайн для тебя!
- One Creative Thing
- Tag Cloud Wordpress Plugins | Wordpress Plugins
- Русская Тема Для Wordpress — SUPER скачать! | Сфера Дизайн
- Русская Тема Для Wordpress — SUPER скачать! | Строительство коттеджей
- Sweet Land » Blog Archive » Category Cloud
- online tax software
- iPhone 5 uscita
- Человек – Газобетон
- windows 7 shop
- Microsoft 2007
- Uncover the Little Known Technique of ways to Spam Google to get 1st Page Positioning and Have Them Adore You Because of it. This method is Simple and Saves you Time and Money.
- ugg kids sale
- surf anonymous
- Строительство
- internet storage
about 2 months ago
Cool stuff , thanx !