@DeNgEsiZ05; bu şekilde dener misin?
<?php get_header(); ?>
<div id="templatemo_background_section_middle">
<section>
<div class="templatemo_container">
<div id="templatemo_left_section">
<div class="templatemo_post_top">
<h1>Son Yazılar</h1></div>
<?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?>
<div class="yapay">
<h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1></div>
<div class="templatemo_post_mid">
<?php if(has_post_thumbnail()) { the_post_thumbnail(); }
elseif( $thumbnail = get_post_meta($post->ID, 'resim', true) ){
?>
<img src="<?php echo $thumbnail; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="180" height="180" /><?php } ?>
<a href="<?php the_permalink() ?>">
<img alt="<?php the_title(); ?>" src="images/templatemo_062_white.jpg" title="<?php the_title(); ?>" />Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus nec dui. Donec nec neque ut quam sodales feugiat. Nam vehicula dapibus lectus. Integer imperdiet pretium dolor. Vivamus felis. Vivamus vulputate vehicula mi. Maecenas consectetur purus. </p>
<p>Vestibulum id mi vitae nunc vulputate ullamcorper. Donec feugiat orci sed sapien. Fusce risus sem, egestas quis, imperdiet id, pellentesque vel, tortor. Fusce ante. Nunc at mi nec urna mollis ullamcorper. Nam aliquet, ligula in aliquet molestie, nunc arcu tristique nibh. </p>
<div class="clear">
</div>
</div>
<div class="templatemo_post_bottom">
<p class="yazar"><?php the_author(); ?></p>
<span class="post">Category: <a href="#">Script</a></span>
<span class="post">Date: 19:24, 14 October 2048</span>
</div>
</div><!-- end of templatemo_post-->
<?php endwhile; ?>
<?php endif; ?>
</div><!-- end of left section-->
<div id="templatemo_right_section">
<div class="templatemo_section_box">
<div class="templatemo_section_box_top">
<h1>Advertisements</h1>
</div>
<div class="templatemo_section_box_mid">
<a href="#"><img alt="125x125 Ad Banner" src="images/templatemo_ads.jpg" /></a>
<a href="#"><img alt="125x125 Ad Banner" src="images/templatemo_ads.jpg" /></a>
<a href="#"><img alt="125x125 Ad Banner" src="images/templatemo_ads.jpg" /></a>
<a href="#"><img alt="125x125 Ad Banner" src="images/templatemo_ads.jpg" /></a>
<div class="clear"> </div>
</div>
<div class="templatemo_section_box_bottom"></div>
</div><!-- end of section box -->
<div class="templatemo_section_box">
<div class="templatemo_section_box_top">
<h1>About This Blog</h1>
</div>
<div class="templatemo_section_box_mid">
<p>This free website blog layout is provided by <a href="http://www.templatemo.com" target="_parent">TemplateMo.com</a>. You may download, modify and apply this layout for any blog CMS websites.</p>
</div>
<div class="templatemo_section_box_bottom"></div>
</div><!-- end of section box -->
<div class="templatemo_section_box">
<div class="templatemo_section_box_top">
<h1>Categories</h1>
</div>
<div class="templatemo_section_box_mid">
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">JavaScripts</a></li>
<li><a href="#">CSS Templates</a></li>
<li><a href="#">Flash Templates</a></li>
</ul>
</div>
<div class="templatemo_section_box_bottom"></div>
</div><!-- end of section box -->
</div><!-- end of right Section -->
</div><!-- end of container-->
</div><!-- end of background middle-->
hocam olduda bunu nasıl yaptın bı anlatırmsn ?