tabiki
<?php get_header(); ?>
<div id="col1">
<?php include (TEMPLATEPATH . "/manset.php"); ?>
<div class="featuredline"></div>
<div class="clear"></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post">
<div id="postbox">
<div class="header">
</div>
<div class="thumbnail">
<a href="<?php the_permalink() ?>" rel="bookmark" title=" <?php the_title(); ?>">
<?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
<img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumbnail", true); ?>&w=60&h=100&zc=1" width="60" height="100" class="alignleft" />
<?php } else { ?>
<img src="<?php bloginfo('template_url'); ?>/images/thumbnail.jpg" width="60" height="100" class="alignleft" />
<?php } ?>
</a>
</div>
<div class="info"><h3><a href="<?php the_permalink() ?>"rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<?php the_content_limit('78','Devamı »'); ?>
</div>
</div>
<!--end: postbox-->
</div>
<!--end: post-->
<?php endwhile; ?>
<div class="clear"></div>
<div class="navigation">
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
</div>
<?php else : ?>
<p>Hata 404. Bulunamadı...</p>
<?php endif; ?>
</div>
<!--end: col1-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>