İndex.php dosyasına baktım fakat thump dosyasını nasıl çektiğini bulamadım anlayan biri varsa bir el atarsa iyi olacak
Alıntı
<?php get_header();?>
<?php include(TEMPLATEPATH . '/topcontent.php');?>
<div class="content" id="outer">
<div class="bgdiv">
<?php get_sidebar();?>
<div class="postarea">
<div class="postcontent" id="postcontent">
<h3>
<?php /* If this is a category archive */ if (is_home()) { ?>
Recent Added Posts
<?php /* If this is a category archive */ }elseif (is_category()) { ?>
<?php single_cat_title(); ?>'s Articles Archives
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
Posts Tagged ‘<?php single_tag_title(); ?>’
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
Archive for <?php the_time('F jS, Y'); ?>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
Archive for <?php the_time('F, Y'); ?>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
Archive for <?php the_time('Y'); ?>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
Author Archive
<?php /* If this is an author archive */ } elseif (is_404()) { ?>
Nothing Found
<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
Blog Archives
<?php } ?>
</h3>
<div class="innerpostbox">
<?php
if (have_posts()) :
//include (TEMPLATEPATH . '/paginate.php');
$xv=1;
while (have_posts()) : the_post(); //post-<?php the_ID();
include (TEMPLATEPATH . '/posts.php');
if ($xv==1){
?>
<div class="twoadvertise">
<div class="advertisetext">
<script type="text/javascript">
google_ad_client = "<?php echo get_option('tan_pubid');?>";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "939C38";
google_color_text = "2D2A2B";
google_color_url = "B62025";
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div class="advertiseimage">
<script type="text/javascript">
google_ad_client = "<?php echo get_option('tan_pubid');?>";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "939C38";
google_color_text = "2D2A2B";
google_color_url = "B62025";
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div class="clear"></div>
</div>
<div class="divider"></div>
<?php
}
$xv++;
endwhile;
?>
<div class="paging">
<?php
include (TEMPLATEPATH . '/paginate.php');
?>
</div>
<?php
else:
include (TEMPLATEPATH . '/notfound.php');
endif;
?>
</div>
</div>
<div class="postfeatured" id="postfeatured">
<h3>Featured Posts</h3>
<div class="featuredinner">
<?php
if (function_exists(getFeaturedPost)){
$lpi = getFeaturedPost();
for($fpid=0; $fpid<=11; $fpid++){
if ($lpi[$fpid]){
?>
<div class="gallerypost">
<?php
$img = $lpi[$fpid]["image"]!=""?get_bloginfo('stylesheet_directory') . "/js/resizer.php?max_width=158&max_height=127&imgfile=" . $lpi[$fpid]["image"]:get_bloginfo('stylesheet_directory') . "/images/posts/babe.gif";
?>
<a href="<?php echo $lpi[$fpid]["permalink"] ?>">
<img src="<?php echo $img;?>" class="image" alt="" />
</a>
<div class="gdetail"><a href="<?php echo $lpi[$fpid]["permalink"] ?>" title="<?php echo $lpi[$fpid]["longtitle"] ?>" class="title"><?php echo $lpi[$fpid]["title"] ?></a></div>
</div>
<?php
}
}
}
?>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div class="feedburner">