Размер файла: 670B
<?php
//SVN: $Id: single.php 50616 2008-06-15 20:19:22Z imthiaz $
?>
<div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<div class="content"><?php the_content(); ?></div>
<p>
<small>
<?php echo sprintf(__('This entry was posted on %1$s at %2$s and is filled under:','pda-theme'), the_date(__('l, F jS, Y','pda-theme'), '', '', FALSE),get_the_time()) . " "; the_category(', ');?>
</small>
</p>
<p><?php previous_post_link('%link') ?></p>
<p><?php next_post_link('%link') ?></p>
<?php endwhile; else: ?>
<p>Извините, ничего не найдено по этим критериям</p>
<?php endif; ?>
</div>