Yazara Ait Son Yorumları Nasıl Çekerim?
7
●135
- 17-04-2019, 07:07:26
<?php $args = array( 'user_id' => get_the_author_meta('ID'), 'number' => 10, //Getirlecek yorum sayisi 'status' => 'approve' //Onayli yorumlar ); $comments = get_comments($args); if($comments){ $output.= "<ul>n"; foreach($comments as $c){ $output.= '<li>'; $output.= '<a href="'.get_comment_link( $c->comment_ID ).'">'; $output.= get_the_title($c->comment_post_ID); $output.= '</a>, Yayınlanma Tarihi: '. mysql2date('m/d/Y', $c->comment_date, TRUE); $output.= "</li>n"; } $output.= '</ul>'; echo $output; }else{ echo "Yorum yapmamış.";} ?> - 17-04-2019, 07:19:37Tüm son yorumları getiriyor...Misafir adlı üyeden alıntı: mesajı görüntüle
- 17-04-2019, 07:23:48Yazar sayfasında, olmuyor...Misafir adlı üyeden alıntı: mesajı görüntüle
- 18-04-2019, 04:58:18Çok teşekkür ederim, harikasınız...Misafir adlı üyeden alıntı: mesajı görüntüle