Add “xx Times ago” Function without plugin on Your WordPress Theme
Today i am going to publish a php function for wp theme to show “xx hours ago”, “xx seconds ago”, “xx minitues ago”, “xx days ago” etc on wordpress post, comment etc. First copy this code of php function to yours THEME functions.php file. Basically /wp-content/themes/YOUR-THEME/functions.php <? function time_ago( $type = ‘post’ ) { $d…