<?php get_header(); ?>
<div id="mainbody">
	<?php if ( is_search() ) {  ?>
    <div class="mainsearch">Aranan Kelime: "<?php echo $s; ?>"</div>
    <?php } else { ?>
	<center>
	<div class="maincontent">
    	<?php include (TEMPLATEPATH . '/gallery.php'); ?>
    </div>
    </center>
    <div class="mainads">
    	<a href="#"><img src="<?php bloginfo('template_directory'); echo '/images/oturma.png'; ?>" /></a>
    </div>
    <?php $my_query = new WP_Query('showposts=1'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>
    <div class="mainpost">
		<div class="titlepost"><h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1></div>
        <div class="contentpost">
        <img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php getImage('1'); ?>&h=100&w=270&zc=1" alt="<?php the_title_attribute(); ?>" class="thumb" />
        <?php the_excerpt(); ?>
        
        <div class="postcomment"><?php comments_popup_link('Yorumlar', '1 Yorum', '% Comments'); ?></div>
        <div class="postmore"><a href="<?php the_permalink() ?>">Devamı..</a></div>
        <div class="clear"></div>
        </div>
    </div>
    <?php endwhile; ?>
    <?php } if (have_posts()) : while (have_posts()) : the_post(); if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
    <div class="mainpost">
		<div class="titlepost"><h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1></div>
        <div class="contentpost">
        <img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php getImage('1'); ?>&h=100&w=270&zc=1" alt="<?php the_title_attribute(); ?>" class="thumb" />
        <?php the_excerpt(); ?>
        
        <div class="postcomment"><?php comments_popup_link('Yorumlar', '1 Yorum', '% Comments'); ?></div>
        <div class="postmore"><a href="<?php the_permalink() ?>">Devamı..</a></div>
        <div class="clear"></div>
        </div>
    </div>
    
    <?php endwhile; include (TEMPLATEPATH . '/paginate.php'); else : include (TEMPLATEPATH . '/404.php'); endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
ilginiz için çok teşekkürler. umarım sorun çözülür.

ftp ile ugraşmak istemiyorum konu açarken özel alana imageshareden resmin linkini eklemek istiyorum böyle bir olanak varmıdır wordpressde.