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(); ?>

Fonksiyonlar doğru çalışmıyor, tema yapımacısına başvurdum

<time datetime="<?php echo get_the_date('c'); ?>" itemprop="datePublished"><?php echo get_the_date(); ?></time>
bu kodun içine bir de saati eklersek nasıl düzenlememiz gerekiyor, bu sadece tarih gösteriyo