I'm making a list of suggestion here. I need to insert current date/time for each of my suggestions - they are added accumulatively.
If you have any idea on doing that, please share.
|
I'm making a list of suggestion here. I need to insert current date/time for each of my suggestions - they are added accumulatively. If you have any idea on doing that, please share. |
||||
|
You're on WordPress.com, so there's no way to add functionality that will allow you to do this. You could always type the date/time manually whenever you update it. |
|||
|
|
[curdate]in your post, and replace this in thecontent_save_prehook with the current date and time? Because you do it before you save it to the database, it won't be updated the next time (because[curdate]will be gone). – Jan Fabry Oct 28 '10 at 7:07