Buyrun çalışıyor localde denedim..
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<h1 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="entrytext">
<?php the_content('<p class="serif">more... »</p>'); ?>
<?php link_pages('<p><strong>Sayfalar:</strong> ', '</p>', 'number'); ?>
<p class="postmetadata alt">
<?php wp_tag_cloud('number=50000&unit=pt'); ?>
</small>
</p>
</div>
</div>
<?php endwhile; else: ?>
<p><?php _e('Not Found!'); ?></p>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>