All WordPressTags display

I want to achieve a tag cloud like my website banner. after lots of research on net i decide to write my own code.

I have incorporated following code in my header.php

1
2
3
4
 $tag = wp_tag_cloud('smallest=30&largest=30&number=45&orderby=count&order=DESC&unit=px&format=array' );
foreach( $tag as $item) {
     echo "<" . $item . "> ";
}

Let me know is any other way to achieve it.

Related posts:

  1. W3CDTF date in PHP

Tags: , ,

1 Comment

  1. thank you for thiis interesting tickeet, if only people understaand what you say :) it s nice to visit thhis nteresting blog :)

Leave a Reply