3nding asked: Hi, I would like to thank you for the theme "Dreams", do you know that each post only shows the date when it was published? Have you updated the code so far? Bye
I am aware of that, if you want to show dates, in ~line 587 replace
{block:Date}<li class="date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonth} {ShortMonth } {Year}</a></li>{/block:Date}
to
{block:Date}<li class="date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{12Hour}:{Minutes} {CapitalAmPm} {DayOfMonth} {ShortMonth} {Year}</a></li>{/block:Date}