All pastes #2064657 Raw Edit

index

public php v1 · immutable
#2064657 ·published 2011-05-19 13:49 UTC
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(); ?>&nbsp; | &nbsp;<strong>Kategori: </strong><?php the_category(', ') ?>&nbsp; | &nbsp;<?php comments_popup_link('<strong>Yorum:</strong> Yok	', '<strong>Yorum:</strong> 1', '<strong>Yorum:</strong> %'); ?>&nbsp; | &nbsp;<?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 &raquo;</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(); ?>