Does anyone know how to make the time stamp for each post change from an am/pm mode to a 24 hour mode?
Look at: http://php.net/date to get an idea about the options available. You set the format for your blog at: Options > General > Date & Time > Default date format or Default time format For a date example: l, F jS gives: Sunday, May 9th For a time example: H.i gives: 23.12 Play around, you really can’t break it.