how i can modify the dates in andromeda theme, from being displayed as weeks to relevant date like:
1hr ago, 2 days ago, 1 month and 2 years ago, instead of just weeks
first, search for {timestamp} and replace <span>{timestamp}</span> with {DayOfMonthWithZero}{DayOfMonthSuffix} {Month}. this will display the day of the month with its respective suffix and the month. if you want to show the year, just place {Year} after {Month}










