How do I change the "submitted on date" of a comment to an earlier date? I want to change the date that is displayed to the readers. As far as I know, I can change the date of the post by clicking the "quick edit" option. Is there something similar I can do with comments?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
If you want to edit the date of a comment, you probably should do that in the database.
|
|||
|
|
|
I presume you mean the format of the date that is displayed for the comment. Different themes will do this different ways, but in general there should be a In here should be You will need to add a callback in here which will allow you to override the comment functionality and create your own from scratch. |
|||
|
|
