wrong comment date display in front end
-
I am using Word Press 2.8.3
This is my first site using this amazing tool. But I have a serious problem: the comments dates are ok in the back end, but display wrong in the front end.Funny enough the day and year are ok, but the month is wrong – comments that were posted in “june”, “july” and “august” all appear as if they were posted in “may”.
I have this line of code in comments.php
[code] <div class="date"><?php comment_time('j') ?><div class="month"><?php the_time('M') ?><div class="year"><?php the_time('Y') ?></div></div></div>[code]Also, I would like to know if there is a way to have the latest comments displaying on top.
Please help!
The topic ‘wrong comment date display in front end’ is closed to new replies.