Posts Tagged Wordpress
Securing your website from attacker
Posted by in Website security on January 20th, 2011
Here are usefull reading
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′); ?>









