Posted by: Vincent on: April 28, 2010
If you are using the template function the_date or get_the_date while listing posts you might notice that the date doesn’t get printed every time. This is because the previous day is stored so that it doesn’t print the date stamp more than once. A simple work around is to simply use the function the_time instead, [...]