What about the Tags?
March 11th, 2009How did I make this?
Note that this requires at least WordPress 2.3 where the wp_tag_cloud function is available. More info in the WordPress Codex.
foreach(wp_tag_cloud(array('number' => 0, 'format' => 'array')) as $value) echo "$value ";
Sweet, eh?
Shortlink: http://kovshenin.com/486


