WORDPRESS ONLY
Add this where you want it to be displayed, search where it is coming from, then replace the code…and you will get 5 minutes ago or 3 weeks ago etc…
1 2 3 |
echo human_time_diff(get_the_time('U'), current_time('timestamp')) .' '.('ago'); |