single.php dosyasını buraya eklermisin
<?php get_header(); ?>
<div class="content"><div class="breadcrumb">
<font size="2"><?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?></font></div>
<div class="left">
<?php if (have_posts()) : ?>
<div class="border-sep">
<?php ot_ads('top'); ?>
<div class="title"><h1 title="<?php the_title(); ?>"><h1><?php the_title(); ?> <a rel="external" href="http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>"><img src="http://www.google.com.tr/favicon.ico" width="14" height="14" title="Google'da Ara!"></a></h1></div>
<ul class="recent">
<?php while (have_posts()) : the_post(); ?>
<li id="post-<?php the_ID(); ?>">
<?php ot_author_details(); ?>
<div class="article" style="border-bottom:1px dashed #ccc; margin:0px 0px 8px 0px;">
<?php the_content(); ?>
<?php the_tags('Etiketler: ', ', ', '<br />'); ?>
<div class="clear"></div>
<?php ot_bottom_of_post(); ?>
<center><script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Bu Sayfayı Facebook'ta Paylaş</a></center>
</div>
</li>
<?php ot_related_box(); ?>
<div class="spacer" style="padding:7px;"></div>
<?php endwhile; ?>
</ul>
<?php ot_ads('bottom'); ?>
<?php comments_template(); ?>
</div>
<?php else : ?>
<?php include 'error.php';?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>