Not “the_time” call
-
Hello,
I am using this template
<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> <span><?php edit_post_link(); ?></span></h3><div class=”storycontent”>
<?php the_content(); ?>
</div>[Moderated: Unneeded code removed]
And I’d like to make the date appear on each post, instead of only on the most recent post of the each day but i didn’t find the “the_time” call dunction so where do I have to put “<?php the_time(“F j, Y @ g:i A”) ?>”
Thx
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Not “the_time” call’ is closed to new replies.