functions.php ye bu kodları ekle
function post_zaman( $type = "post" )
{
    $d = "comment" == $type ? "get_comment_time" : "get_post_time";
    return human_time_diff( $d( "U" ), current_time( "timestamp" ) )." ".__( "önce", "tarih" );
}
single.php yede bu kodları ekle
<?php echo post_zaman(); ?>