Single.php dosyam bu hocam
Alıntı
<?php
/**
* Bir Hayal Alemi
* niphell - [[/email]
*/
get_header(); ?>

<div id="icerikust"></div>
<div class="temizle"></div>
<div id="icerik">
<div id="sol">
<div class="temizle"></div>
<div id="yazi">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="yazibaslik"><a href=""><?php the_title(); ?></a></div>
<div class="yaziic">
<?php the_content(); ?></div>
<?php the_tags( '<b>Etiketler:</b> ', ', ', '<p />'); ?>
<?php comments_template( '/comments.php' ); ?>
<?php endwhile; ?>
<?php else : ?>
Bulunamadi.
<?php endif; ?>
<div class="temizle"></div>
</div>
</div>
<?php get_sidebar(); ?>
<div class="temizle"></div>
<div id="etiket"><?php wp_tag_cloud( 'number=25&smallest=12&largest=12' ); ?> </div>
<div class="temizle"></div>
<div id="icerikalt"></div>
<div class="temizle"></div>
<?php get_footer(); ?>