All pastes #833962 Raw Edit

index.php

public php v1 · immutable
#833962 ·published 2007-12-27 20:12 UTC
rendered paste body
<?php get_header();?><!-- this was to download zip file from offcicial theme's pagei left the image used, feel free to modify it--><?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="post"><div class="postop"><div class="pheadfill">&nbsp;</div></div><div class="storycontent"><h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a><span class="durum"><strong> <?php the_date_xml(); ?> <span class="date">@</span> <?php the_time() ?></strong></h3></span><div class="meta"> <span class="date"> <?php _e("Filed under:"); ?> <?php the_category(',') ?> Yazan : <font color="#97c000"> <?php the_author() ?> </font><?php _e("Favorilerime : "); ?> <?php if (function_exists('add_to_favourites_text')): ?> <?php add_to_favourites_text(); ?> <?php endif; ?><?php edit_post_link(__('Edit This')); ?></span></div><!-- end META --><?php the_content(__('yazının devamı..')); ?><div class="reset">&nbsp;</div></div><!-- end STORYCONTENT --><!-- <?php trackback_rdf(); ?> --></div><!-- end POST --><div class="feedback"><?php comments_popup_link(__('<span class="nocomment"></span> <span class="nextcomments"><span class="noflavor">yorum</span>suz</span>'), __('<span class="acomment">1</span> <span class="nextcomments"><span class="oneflavor">Yorum</span> var</span>'), __('<span class="arecomments">% </span><span class="nextcomments"><span class="areflavor">  :)  </span>yorum</span>')); ?></div><!-- end FEEDBACK --><?php comments_template(); // Get wp-comments.php template ?><?php endwhile; else: ?><p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?><?php ob_start(); bloginfo('template_directory'); $path = ob_get_clean(); ?><div id="pagination"><?php posts_nav_link('&nbsp;','<img src="'.$path.'/img/previous.gif" alt="Previous page"/>','<img src="'.$path.'/img/next.gif" alt="Next page" />') ?></div><?php get_footer(); ?>