Web and SEO Professional
Thursday March 11th 2010
affiliate_link

ads

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.

Buzz it!
Sign up for PayPal and start accepting credit card payments instantly.

Reader Feedback

One Response to “All WordPressTags display”

  1. paul58 says:

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

Leave a Reply

Notify me of follow-up comments via email.