imwiththebandlq
Member
Posted 3 years ago #
When I make a post in my blog I want it to have the format "November 13, 2008 at 1:39am" Right now I have all my formats set correctly I just need to know which file to edit to add the time after the month and year in my posts. Easy, I know :] Please help?
Not sooo easy. It can be a lot of files - depending on which "view" are we talking about.
Learn more: Template_Hierarchy.
imwiththebandlq
Member
Posted 3 years ago #
imwiththebandlq
Member
Posted 3 years ago #
I've found the code I want <?php the_time('g:i a'); ?></p>
I just need to know where to put it. It's been awhile since I've touched wordpress. A year, while. Heh.
mfshearer72
Member
Posted 3 years ago #
Probably put it below the_title() in your loop in the single.php file.