Wordpress \"x Minutes Ago\" Date


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Posted <?php echo human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago'; ?>

Report this snippet


Comments


You need to login to view comments.