How To Make A Tag Cloud Page In WordPress
Posted by Nile | Posted in Tutorials | Posted on 11-17-2009 | 1 Comment
Tags: tag cloud
Some people really would like to have a tag page. Well, on this tutorial, you will be able to add a tag cloud to a page without making a template or even using a plugin.
You can use the template where you create a page and can select it, but perhaps you want to add it to another page, like the 404 page.
Step 1. Create a New Page.
Step 2. Paste the following code in where you put your content. Make sure you are in the HTML format instead of Rich Text. The ‘number=0′ means that you want all of the tags to show. Note: You can also create a new page, and have the following code within a template and choose that template format.
<?php wp_tag_cloud('number=0'); ?>
You can add header tags (h2 or h3, whichever you use within your content) before it, or you can do without the header tags as the page will already be defined with its own when you publish it.
Very simple, right?







