How to display date under post title?
-
I’m starting with the index.php file of the theme SimpleLine 1.0 based on Sandbox, designed by sofish (who is Chinese). You can see that myblog does not display when the posts were published.
So far, I’ve tried each one of these codes (separately):
<div id=”content”>Published on <?php the_date(‘F j, Y’); ?></div>
and
<span class=”postDate”><?php the_date(‘F j, Y’); ?> in <?php the_category(‘, ‘) ?></span>
in several different areas of the file, but nothing I do is bringing up the date.
Here is what’s in my index.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
I’d like the dates for every post to always show up (archives, category listings, searches), so I think I’d need to edit more than just the index.php, right?
- The topic ‘How to display date under post title?’ is closed to new replies.