• 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?

Viewing 1 replies (of 1 total)
  • Thread Starter joxyzan

    (@joxyzhan)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Relative date for comments?’ is closed to new replies.