Getting date to display in every post made on the same day?
-
Is there a way I can get the date to be displayed in every post on a page, even if they were made on the same day?
I downloaded a theme, and it seems to have been set up so that if there are two posts made in a category on the same day, the date will only show up in the most recent post.
Here’s the code (I think):
<div class=”cite”>posted by <?php the_author(); ?> — <?php the_date(”,”,”); ?> at <?php the_time() ?>
Can anyone see what might need to be changed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Getting date to display in every post made on the same day?’ is closed to new replies.