<?php get_header(); ?>
<div id="wrapper">
    <div id="content">
 
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
        <div class="navigation">
            <div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
            <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
            <div style="clear:both;"></div>
        </div>
 
        <div class="post" id="post-<?php the_ID(); ?>">
            <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
 
            
 
                <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
 
                <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
                <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>
                
                
 
 
 
 
 
 
 
 
 
 
 
 
                <div style="clear:both;"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
            </div>
 
        </div>
 
    <?php include('adsense_singlepost_bottom_square.php') ?>
    <?php //include('adsense_singlepost_bottom_banner.php') ?>
    
    <p class="postmetadata alt">
                    <small>
                        YAZINIZI BURAYA YAZIN                    </small>                </p>
 
    <?php comments_template(); ?>
 
    <?php endwhile; else: ?>
 
        <p>Sorry, no posts matched your criteria.</p>
 
<?php endif; ?>
 
    </div>
 
<?php get_sidebar(); ?>
</div>
 
<?php get_footer(); ?>
Bunu bir deneyebilir misiniz?