Bu kategori dosyası..
<?php
/*
Filename: category.php
Date: 07-07-30
Theme: sports theme
Author: DeadLy (deeadly@gmail.com)
URI: Spor24.Org & Spors.Org
*/
?>
<?php get_header(); ?>
<div id="regular">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="top-post">
<div id="date"><span class="month"><?php the_time('F'); ?></span><br /><span class="day"><?php the_time('j'); ?></span></div><h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<ul class="metalinks">
<li class="icon author"> <?php the_author_posts_link(); ?></li>
<li class="icon comment"><a href="<?php the_permalink() ?>#comments"><?php comments_number(__('Yorum Yok'),__('1 Yorum'),'% ' . __('Yorum')); ?></a></li>
</ul>
<div class="both"></div>
<?php the_excerpt("Devamını Okuyun ".the_title('', '', false)."..."); ?>
<div class="both"></div>
<div id="single-meta">Kategoriler: <?php the_category(', ') ?></div>
</div>
<div class="both"></div>
<?php endwhile; else: ?>
<h2 class="center">Bulunamadı</h2>
<p><?php _e('Üzgünüm ; aradığınız kritere uygun sonuç bulunamadı.'); ?></p>
<?php endif; ?>
<?php posts_nav_link(' — ', __('« Önceki Sayfa'), __('Sonraki Sayfa »')); ?>
</div>
<div class="both"></div>
<?php get_footer(); ?>Spor24.Org & Spors.Org