[wp-hackers] Re: [wp-svn] [5234] trunk/wp-includes: Tag clouds from mdawaffe.

spencerp spencerp1 at gmail.com
Sun Apr 15 10:37:06 GMT 2007


Thanks Michael Adams for doing this! :D Ok, question is..  with this 
below here:

+function wp_tag_cloud( $args = '' ) {
+    $defaults = array(
+        'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45,
+        'format' => 'flat', 'orderby' => 'name', 'order' => 'ASC',
+        'exclude' => '', 'include' => ''
+    );

I got my tag cloud on Vindictivebastard.net's index page using this:
http://www.vindictivebastard.net/

<?php wp_tag_cloud(1, 100, '', ''); ?>

How can I get those sizes and such adjusted using the above line code? I 
have my thoughts, but just want to ask the Pros about it lol... So, can 
someone maybe provide an example code call that holds all the possible 
various usages? Thanks in advance. :)

--
spencerp
http://spencerp.net
http://www.vindictivebastard.net/



More information about the wp-hackers mailing list