First locate the file domain.com/wp-includes/category-template.php and download it via FTP on your computer.
To show tags cloud on each page or sidebar of your WordPress blog, add the following code to the file:
<?php wp_tag_cloud('smallest=8&largest=22'); ?>
Note: You need to do this after every WordPress update.