Depending on how your WordPress blog is set up, you may have an interest in displaying your WordPress tags for your readers to dig through in a nice looking cloud format. This is something that is very nice for readers to see, as long as you are responsible with your tagging and don’t use an overwhelming number of tags.
In order to display tags on your WordPress blog, you’ll just want to add this little code snippet whenever you want the tag cloud to display (usually in the sidebar or footer somewhere depending on your blogs layout).
Here is the code you’ll need:
<?php wp_tag_cloud(''); ?>
WordPress also allows you to customize your cloud to display the way you want it to. Most people like to emphasize the most used tags by making their font much larger. You can determine the size using the following code:
<?php wp_tag_cloud('smallest=8&largest=36&'); ?>
In this example, the tags will be displayed in alphabetical order with the least used tags being 8px and the most used tags will be 36px. You can of course adjust this to meet your needs.














Thats great just what I was looking for. Do you know by any chance how to get the tag cloud to display on a full seperate page and not in the sidebar?
I thought tag cloud is just another plugin that you’ll just install and display in widget form. Is there an easier way than adding code snippets in the page?
@ Mac Tips – I would assume you could create a static page using your blog’s page.php file as a template and replace the page code with the tag cloud code. Then create a tag cloud page and select that template you created in the sidebar.
If that doesn’t make sense, I’ve got a post explaining how to do something similar going up sometime over the next week that should help.
Thanks Kyle i will take a look at it.
Then create a tag cloud page and select that template you created in the sidebar.
Thanks for this post, it was very helpful. I have been trying others’ brilliant ideas on how to get a tag cloud created for hours, your solution was very easy. Wish I’d have found it first…….
Dear Kyle
Still waiting for your tutorial for static tag cloud page
Thanks in advance
@ Shahaan – The post I was referencing can be found here!
You are a gem. This is the simplest tag code i ever seen. I was actually looking for a plugin for my tags. You can check out my site 247coolprofits.com and see how much you have helped me. Thanks.
Thanks for the info.
Thanks for this post, this reall helps on displaying my tag on my blog’s frony page.
How to create new page with tag cloud? Like http://wordpress.org/extend/plugins/tags/ ?
thanks for codes!
Hi,
I am looking for a plugin that displays a tag cloud related to the post being viewed.
Any idea?
Thanks fot the codes, just added tag cloud to my WP blog. Nice!
Many Thanks, You are a gem. This is the simplest tag code i ever seen.
Ditto on the many thanks!!!!!!! Is it possible to use this code to put the Tag Cloud in the footer?
Is there a way to limit the total number of tags shown?
Thanks for the tip. How to insert the tag cloud on to a page?
Thanks, Kyle!
Short and sweet and works perfectly. Just added it to my sidebar.
i simply copied the code in the footer but nothing happened!
help
Hi there, I love this site by the way. I am a beginning blogger and I am trying to get my 1st WP blog site up and running. I like your twitter box in your sidebar. I think the blue Tweey Bird is waay cooool! How can I find one like that to put in mysidebar?
Thanks a ton. I was really looking for this. I spent hours to find the right method of putting tags cloud into a specific part of blog template.
Thanks again.
I tried and you tag cloud worked like a charm on my site. I changed few parameters though. Thanks.
How to display my wordpress site’s tags as cloud in another html site? is there any code? I want to paste it in ma facebook fan page as tag cloud.
I have added this tags in footer contents…..My wordpress blog now looks !!!
How to added Category cloud on footer?
Sorry I cant get this to work!
I want my tag cloud to be the rotating bunch of words (that is what were talking about here right?) I cant figure out where to copy and paste the code — I already have the standard tag area on my side footer but tried pasting the code both as a tag itself and in the area it says tag title…but it didnt do anything….what am I doing wrong?
Thanks
Thanks a million, now I have tag clouds on my blog!
Is there a way to limit the total number of tags shown…?
Was looking for the exact thing, to move the tag to central area as it looks cluttered if it is in the side widget. Thanks
thanks bro!
this is all i wanted. forget the lousy plugins!
How to colorize the tag with this code?