<?php get_header(); ?>

<div id="content">

	<div id="contentleft">
	
		<div class="postarea">

			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			
			<h1><?php the_title(); ?></h1>
            	
                <div class="postauthor">
            
<p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> &middot; <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a>&nbsp;<?php edit_post_link('(Düzenle)', '', ''); ?></p>
                    
                </div><br>
<div class="singlepostmeta">
 				<p>Kategori <?php the_category(', ') ?> &middot; Etiketler <?php the_tags('') ?></p>
 			</div>
			
			<?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div>
					
			<!--
			<?php trackback_rdf(); ?>
			-->
			
			
		</div>
			
        <div class="postcomments">
            
			<?php comments_template('',true); ?>
        
        </div>

		<?php endwhile; else: ?>

		<p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?>
		
	</div>
	
<?php include(TEMPLATEPATH."/sidebar.php");?>

</div>

<!-- The main column ends  -->

<?php get_footer(); ?>
böyle bir denermisin.Kategori ve Etiketler üste taşınmış olması lazım.