Posts Tagged Tag
Cloud Tag at wordpress
Posted by in Wordpress on July 8th, 2009
The syntax for wordpress cloud tag is :
<?php wp_tag_cloud( $args ); ?>
You can pass the following arguments to the function:
- ’smallest’
- ‘largest’
- ‘unit’
- ‘number’
- ‘orderby’
The sample code are:
<?php wp_tag_cloud(’smallest=8&largest=22′); ?>
<?php wp_tag_cloud(’smallest=8&largest=22&number=40′); ?>
<?php wp_tag_cloud(’smallest=8&largest=22&number=40′); ?>









