I have a sidebar where I want to show the most recent posts. Right now it shows the title, date, and an excerpt. The date shows the time which I want to get rid of. I show the d
Replace $recent["post_date"] with mysql2date('n-j-Y', $recent['post_date']).
$recent["post_date"]
mysql2date('n-j-Y', $recent['post_date'])