onurak adlı üyeden alıntı: mesajı görüntüle
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", "genelpara" );
}
single.php yede bu kodları ekle
<?php echo post_zaman(); ?>

Ek function yerine ekliyorum nnormal functions dosyası şifreli cünkü hata veriyor