Rockco adlı üyeden alıntı: mesajı görüntüle
maalesef işe yaramadı hocam..

Birebir deiğiniz gibi yaptım sadece popüler kısım kategorilerin altına geldi ve yarısı dışarda şekilde orta sütunun yeri hiç değişmedi

single.php kodlarınızı bununla değiştirin:
<?php 
get_header();
$yr = og_ayar("yr");
$y2r = og_ayar("y2r");
?>
<div id="site-icerik">
<div class="buttonsWrap">
<div class="tweetBtn">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical"></a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
</div>
<div class="googleplusBtn" style="margin-top:5px;margin-left:2px;"><g:plusone size="tall"><script type="text/javascript">window.___gcfg={lang:"tr"};(function() {var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://apis.google.com/js/plusone.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();</script></g:plusone>
</div>
</div> 
	<div class="sol-sutun">
		<?php get_sidebar("sol-sutun"); ?>
	</div><!--/.sol-sutun-->
	<div class="orta-sutun">
	<?php while ( have_posts() ) : the_post(); ?>
		<div class="tekil-yazi">
			<div class="yazi-ust">
				<h2 class="baslik" title="<?php the_title(); ?>"><?php the_title(); ?></h2>
				<span class="tarih">
					<?php $tarih = _turkce_tarih(get_the_date('Y-m-d H:i:s'));echo $tarih["format1"]; ?>
				</span> 
				<span class="kategori">
					Kategori : <?php the_category(', '); ?>
				</span>
			</div><!--/.yazi-ust-->
			<div class="yazi">
				<?php if($yr) { ?>
					<div style="float:left;margin-right:10px;margin-bottom:10px;"><?php echo $yr; ?></div>
				<?php } ?>
				<?php the_content(); ?>
				<?php if($y2r) { ?>
					<div style="margin-top:10px;"><?php echo $y2r; ?></div>
				<?php } ?>
			</div><!--/.yazi-->
			<?php if (function_exists('the_tags')) { 
			the_tags('<div class="esas etiketler"><b>Etiketler : </b> ', ',', '</div>'); 
			} ?>
		</div><!--/.tekil-yazi-->
	<?php endwhile; ?>
	<?php comments_template(); ?>
	</div><!--/.orta-sutun-->


	<div class="sag-sutun" style="float:left;">
		<?php get_sidebar("sag-sutun"); ?>
	</div><!--/.sag-sutun-->	

</div><!--/#site-icerik-->

<?php 
get_footer(); 
?>