Advanced Options for WP Tag Cloud
If you are wordpress blogger, you must be using tag cloud on your sidebar right now, don’t you? Tag Cloud is wordpress default widget. It is simple but useful. You can access your tag cloud on your widgets settings. Unfortunately, you don’t have any options about this useful widget.
Usually, people import tag cloud using standard widget setting on your admin panel, but what i try to tell you is a bit different. It use manual PHP code. What’s the benefit of using PHP code? With PHP code, you can change the option about
- The maximum font (largest)
- The minimum font (smallest)
- Quantity of Tag (number)
- Some Exclusion (exclude)
- Ordering ascending or descending (order)
- Order based on count, alphabet or name (orderby)
- The output format whether list or flat font (default is flat font) (format)
And the PHP code goes like this:
<?php wp_tag_cloud("smallest=10&largest=30&number=10&order=ASC&orderby=name");?>
Just implement that code on your sidebar.php or maybe index.php or single.php . Thanks for your attention, hope you like it






Putri
What is exactly the benefit of using this tag cloud ?
candradot.com
Really nice and aplicable …
btw blognya keren mas…
mas hokya ato om hokya neh hahaha….
Tyson F. Gautreaux
Jeff Johnson has a great FREE SEO Plugin on his site…
tudor clothes
I always learn something new
Corbin
Do you have a spam problem here; I also use Blog Engine, and I was wondering about your situation; we have developed some excellent practices and we would like to exchange techniques with others, please Email me if you are interested.
Shiva | Web Magazine
Also using PHP instead of plugins will decrease the site load time
I think this is a great idea mate. Thanks for sharing.
Hey by the way may I ask how did you put that floating subscription bar at the top ?
julian
well Shiva,
i have made a post about that for you
http://mr.hokya.com/how-to-make-flying-bar-above-the-page/