Skip to content

Wordpress Tag Cloud

All I got to say is check out my massive, comprehensive tag cloud. I’ve just discovered how to make it display every single tag and not just the top 30 or so.

Initially my cloud displayed only thirty or so of the most popular tags using the following code in my cloud.php file:

  1. <?php wp_tag_cloud(); ?>

But now using this code I’ve got it to print every tag:

  1. <?php wp_tag_cloud(‘number=0′); ?>

Number=0 stands for infinite and by infinite I do mean infinitely awesome. It does look a bit crazy but I love it.

Setting Up a Tag Archive/Cloud

Unsure how to set up your own tag archive or cloud page? The Wordpress Codex has got you covered.

Categories: Computer.

Tags:

Comment Feed

No Responses (yet)



Some HTML is OK

or, reply to this post via trackback.

Powered by WP Hashcash