fixed date on blog-year
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
624fe97ef8
commit
1bbe3fb7f4
|
@ -42,7 +42,7 @@ if (empty($archive_year)) $archive_year = date('Y');
|
|||
<div class="post-page">
|
||||
<?php while (have_posts()) : the_post() ?>
|
||||
<div class="entry">
|
||||
<h2 class="pagetitle"><?php the_title() ?></h2>
|
||||
<h2 class="pagetitle"><?php the_title() ?> <span class="page-archive-year"> <?php echo $archive_year; ?></span></h2>
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
<?php endwhile; ?>
|
||||
|
|
Loading…
Reference in New Issue