File: /var/www/ilya/data/www/mykam.ru/wp-content/themes/dilectio/category.php
<?php get_header(); ?>
<!-- Container -->
<div class="CON">
<!-- Start SC -->
<div class="SC">
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class="pagetitle">Раздел «<?php single_cat_title(); ?>»</h2>
<?php } ?>
<!-- Start Nav -->
<?php if (function_exists('wp_pagenavi')) { ?><?php wp_pagenavi(); ?><?php } ?>
<!-- End Nav -->
<?php while (have_posts()) : the_post(); ?>
<div class="Post" id="post-<?php the_ID(); ?>" style="padding: 15px 0px;">
<div class="PostHead" style="margin-left: 0px;">
<h3><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<!--<small class="PostAuthor">By: <?php the_author() ?>-->Дата: <?php the_time('M j, Y') ?></small>
<small class="PostCat">Раздел: <?php the_category(', ') ?></small>
</div>
<div class="PostContent" style="padding-top:0px;">
<?php the_excerpt() ?>
</div>
<div class="PostCom">
<ul>
<li class="Com"><?php comments_popup_link('0 комментариев', '1 комментарий', '% комментариев'); ?></li>
<?php if (function_exists('the_tags')) { ?> <?php the_tags('<li class="Tags">Tags: ', ', ', '</li>'); ?> <?php } ?>
</ul>
</div>
</div>
<?php endwhile; ?>
<!-- Start Nav -->
<?php if (function_exists('wp_pagenavi')) { ?><?php wp_pagenavi(); ?><?php } ?>
<!-- End Nav -->
<?php else : ?>
<h2 class="center">Страница не найдена</h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php endif; ?>
</div>
<!-- End SC -->
<?php get_sidebar(); ?>
<!-- Container -->
</div>
<?php get_footer(); ?>