Posts Tagged Wordpress

Securing your website from attacker

Here are usefull reading

,

No Comments

Cloud Tag at wordpress

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′); ?>

, , , , , , , , ,

No Comments