Hi, I'm trying to create a Tag Page, a wordpress page that shows the tag cloud. I created this using the code
<?php wp_tag_cloud('smallest=10&largest=20&number=0'); ?>
and it works fine (it shows the tag cloud with the parameters I choose).
But my idea is having a page like the "link" page, with the same structure. So i Copied the page template link.php but I can't edit it for my idea.
My english isn't very well, so here there are an example:
http://www.lvcanvs.com/blog/blogroll
http://www.lvcanvs.com/blog/tag-cloud
The first link shows my blogroll, with the right style. The second link shows the Tag Cloud Page. In this page I would like have the same style as blogroll page.
Sorry for my english again and thanks for every help and answer.
Lvcanvs.