Forums
Forums / Plugin: Meks Time Ago / Relative date for comments?
(@joxyzhan)
3 years, 3 months ago
Hi! The plugin works great for posts. But I would like to apply relative date to comments as well… Is there something I’m missing or is it not supported?
3 years, 2 months ago
Hi again!
Still hoping for a reply!
The only way of getting “time ago”-time stamps for comments that I’ve found is here:
add_filter( 'get_comment_date', 'human_get_the_date' ); function human_get_the_date ($date) { return human_time_diff( strtotime( $date ) ) . ' ago'; }
But the result says “53 years ago” + time no matter when I posted a comment haha…. :S
The topic ‘Relative date for comments?’ is closed to new replies.
(@joxyzhan)
3 years, 3 months ago
Hi! The plugin works great for posts. But I would like to apply relative date to comments as well… Is there something I’m missing or is it not supported?