Bu olması lazım ama eğer değilse page.php yi verirsin
number=500 de 500 tane tag gösterieleceği belirtiyor istersen değiştirebilirsin 5000 olabilir mesela
<?php get_header(); ?>
<!-- start content items -->
<div class="CON">
<!-- start center -->
<div class="SC">
<?php include (TEMPLATEPATH . "/menu.php"); ?>
<?php wp_tag_cloud('number=50000&unit=pt'); ?>
<?php endif; ?>
<?php endwhile; else : ?>
<h2><?php _e('Bulunamadı'); ?></h2>
<p><?php _e('Sorry, but the page you requested cannot be found.'); ?></p>
<?php endif; ?>
</div>
<!-- end center -->
<!-- start content left -->
<div class="SR">
<?php get_sidebar(); ?>
</div>
<!-- end content left -->
</div>
<?php get_footer(); ?>