theme-actions.php
hi,
i have insert the code below in the theme-action.php because i wanded to appears the last modified-renew listing time..
<span class="refresh"><span>Last modified: <?php echo appthemes_date_posted($post->post_modified); ?></span></span>
my issue is that it appears the day but not the time (if the modify day is today) e.g : last modified - 1 november 2011 (and i would like to appears like this: Last modified - 2 hours ago)
does anyone can help?
thanks