seLamlar. Zigmag Future Temasında nasıl yapabiliriz arkadaşlar??

Kodları aşağıda..



<?php get_header(); ?>
<center><script type="text/javascript"><!--
google_ad_client = "pub-5554204140586400";
/* 728x15, oluÅŸturulma 12.05.2009 */
google_ad_slot = "1201932937";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<?php include (TEMPLATEPATH . "/slide.php"); ?>
<div id="content"><a name="content"></a>


<?php include (TEMPLATEPATH . '/featured.php'); ?>
<?php include (TEMPLATEPATH . '/glide.php'); ?>


<?php if (have_posts()) : while (have_posts()) : the_post(); ?>


<div class="post" id="post-<?php the_ID(); ?>">


<div class="centry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="100" height="60" >

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="categ"><?php the_category(', '); ?> </div>

<?php the_excerpt(); ?>

</div>

<div class="postinfo">
<div class="comm"><?php comments_popup_link('Yorum Ekle', '1 Yorum', '% Yorumlar'); ?></div>
<div class="postmore"> <a href="<?php the_permalink() ?>">Daha Fazla Oku</div>
</div>

</div>


<?php endwhile; ?>


<div class="footer"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>



<?php else : ?>

<h1>Not Found</h1>


<div class="cover">
<div class="entry">
<p>Sorry, no post matched your criteria. Try a different search?</p>

</div>

</div>

<?php endif; ?>

</div>


<?php get_sidebar(); ?>
<?php get_footer(); ?>