Merhaba . İncludesin içindeki function.php dosyana aşağıdaki kodu ekle.

/*-----------------------------------------------------------------------------------*/
# Get post commentes
/*-----------------------------------------------------------------------------------*/
function cc_get_commentes(){
global $post ;


if( empty($number) ) $number = 3 ;

$comments = get_comments('post_id='.$post->ID.'&status=approve&number='.$number);
foreach ($comments as $comment) { echo $comment->ID; ?>



  • comment_author); ?>: comment_content, 40 ); ?>...



  • }

    Daha sonra loop.php dosyanda meta etiketleri yerleri sil ve aşağıdaki kodu yapıştır.




    en son olarak sytle.css içine aşağıdaki kodları ekle.
    .post-footer {margin-top:10px;}
    .post-footer li{
    clear:both;
    padding: 7px 11px;
    color: #999;
    overflow: hidden;
    border-top: 1px solid #D9D4D4;
    box-shadow: inset 0 1px #FCFAFA;
    -moz-box-shadow: inset 0 1px #fcfafa;
    -webkit-box-shadow: inset 0 1px #FCFAFA;
    background-color: #F2F0F0;
    font-size:11px;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    margin-top:-12px;
    }
    .post-footer li:hover{background:#eaeaea;}
    .post-footer li img.avatar{float:left; margin-right:8px;}
    .post-footer li p{padding-top:4px;}


    Yapamadım dersen.https://yadi.sk/d/iaBllACIeMQoD buradan düzenlediğim tema dosyasını indir kur.