Display date on every post?
-
Hi all.
I often write several posts in one day, and it would be nice if the date was written under every post, not just the latest that day.I use the code
<?php the_date() ?>at the bottom of my post …The whole code for the posts look like this:
<div class="post" id="post-<?php the_ID(); ?>">
<div class="rubrik"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div><div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div><span class="meta">Skrivet <?php the_date() ?> kl. <?php the_time() ?></span>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Display date on every post?’ is closed to new replies.