Twitter style “time ago” dates
11 Mai 2013, Posted by inMost people don’t know that WordPress has a built-in function to display the date using the “Time Ago” format, and the snippet below can be pasted to anywhere within the loop to display the date with the format.
Posted <?php echo human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago';