rendered paste body<?php get_header(); ?><div class="solkisim"><?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="yazilar"> <div class="has2"> <div class="tarih" style="font-family:'arial';"> <p style="font-weight:bold;font-size:20px;margin:8px 0 -3px 0;"><?php the_time('j'); ?></p> <p style="font-size:11px;"><?php the_time('F'); ?><br /><?php the_time('Y'); ?></p> </div><h2 class="baslik"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <div class="bilgi"> <strong>Yazar: </strong><?php the_author(); ?> | <strong>Kategori: </strong><?php the_category(', ') ?> | <?php comments_popup_link('<strong>Yorum:</strong> Yok ', '<strong>Yorum:</strong> 1', '<strong>Yorum:</strong> %'); ?> | <?php if(function_exists('the_views')) { the_views(); } ?> </div> <div class="domestos"></div> </div> <div class="icerik"> <div class="icerikgen"> <?php $values = get_post_custom_values("resim"); ?><?php if($values==""){?><? }else{ ?> <div class="thumbana"><img class="thumb" src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" height="125" width="125" /></div><? } ?> <?php the_content('<span style="color:#666;">Devamn Oku »</span>'); ?> </div> </div></div> <?php endwhile; else: ?> <?php endif; ?> <?php if(function_exists('wp_pagenavi')) : ?> <?php wp_pagenavi() ?> <?php else : ?> <div class="navigasyon"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> </div> <?php endif; ?> </div> <?php get_sidebar(); ?><?php get_footer(); ?>