Even though I have set the dates in the General Settings to be Month, Day, Year, Posts continues to have the date displayed as 13.02.2011 instead of February, 2, 2011. Is there something else that needs to be set?
Thanks.
Even though I have set the dates in the General Settings to be Month, Day, Year, Posts continues to have the date displayed as 13.02.2011 instead of February, 2, 2011. Is there something else that needs to be set?
Thanks.
Hey,
in single.php and archive.php search for:
the_time('d.m.Y')
change the format as you like. I think in your case it would look like:
the_time('F j, Y')
Have a look at this page: http://codex.wordpress.org/Function_Reference/the_time for more information.
Hi Dude,
I'm trying to reorder the date and this didn't work. the_time('d.m.Y') and the_time('F j, Y') aren't in the single.php and archive.php files. Is there another solution to this?
Thank you,
Paul
Hi!
Maybe you use another theme?
Regards,
Peter
You must log in to post.