I want to show my tag cloud either in a page (via post-page) or a separate web page outside of the blog.
I tried using <?php wp_tag_cloud('smallest=8&largest=30&'); ?> in a page as that worked in my sidebar (via a php widget) but it didn't perform.
Then I tried putting the php in a separate web page but that didn't do anything.
Any thoughts?