İçerisinde bunlar var

<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="100" height="80"/></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
<?php endif; ?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>

İndex.php vereyim birde

<?php get_header(); ?>

<div id="content">

    <div id="contentleft">
    
        <div class="postarea">
        
        <?php include(TEMPLATEPATH."/breadcrumb.php");?>
            
            
            <?php if (have_posts()) : while (have_posts()) : the_post(); ?>




            <h1><?php the_title(); ?></h1>
            
            <div class="date">
            
                <div class="dateleft">

<p><span class="time"><?php the_time('d F Y'); ?></span> Yazan <?php the_author_posts_link(); ?> &nbsp;<?php edit_post_link('(Duzenle)', '', ''); ?> <br /> Kategori <?php the_category(', ') ?></p>


<a href="http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>" target="_blank"><img src="http://i40.tinypic.com/2iuuzk2.gif"></a>


                     <br /> 


<p style="text-align: center;"><strong>Bu yazı
                <?php the_title(); ?>        <?php /* This is commented, because it requires a little adjusting sometimes.
                            You'll need to download this plugin, and follow the instructions:
                            http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
                            /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
                        <?php the_time('l, d F Y') ?>, <?php the_time() ?> tarihinde
                        <?php the_category(', ') ?> kategorisi altında yayımlandı.</strong></p>

                </div>
                
                <div class="dateright">
                     

                </div>
                
            </div>

            <?php the_content(__('Devamını oku'));?><div style="clear:both;"></div>
            
            <div class="postmeta">
                <p><span class="tags">Etiketler: <?php the_tags('') ?></span></p>
<p><?php edit_post_link('(Düzenle)', '', ''); ?> </p>

            </div>
                     
            <!--
            <?php trackback_rdf(); ?>
            -->
            
            <?php endwhile; else: ?>
            
            <p><?php _e('Üzgünüm aradığınız şey burada değil.'); ?></p><?php endif; ?>
            
        </div>
        
        <div class="adsense-post">
        
            
            
            <?php $adsense_468 = get_option('revchurch_adsense_468'); echo stripslashes($adsense_468); ?>
                        
        </div>
            
        <div class="comments">
    
            <h1>Yorumlar</h1>
            <?php comments_template(); // Get wp-comments.php template ?>
            
        </div>
        
    </div>
    
<?php include(TEMPLATEPATH."/sidebar.php");?>
        
</div>

<!-- The main column ends  -->

<?php get_footer(); ?>