Adding Date to Post Title
-
I’m using the “recent posts” plugin and it’s working. I have the Title and an excerpt of the post at the bottom of my homepage. I would like to add the date of the post after the title and I can’t get it in place.
Here is the part of the code that needs modifying:
$output .= $before . '<font size="3" face="Georgia, Lucida Sans, Tahoma"><a href="' . $permalink . '" rel="bookmark" title="Permanent Link: ' . $post_title . '">' . $post_title . '</a></font>';
I’ve been trying to add this code after the $post_title:
`<?php the_date(”,'<h2>’,'</h2>’); ?>’
into the above code but haven’t had any success.
Any help would be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding Date to Post Title’ is closed to new replies.