در طراحی بخش نظرات در فایل comments.php از کد زیر استفاده کرده ام. در این کد همه چی درست کار میکنه اما لینک reply یا پاسخ به هر نظر ظاهر نمیشه. دوستان راهنمایی بفرمایید:
کد:
[FONT=Nassim][COLOR=#5F5959]<?php[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] foreach ($comments as $comment) {[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<li class="list-group-item"><div class="row">';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<section class="col-xs-12 col-sm-2 col-md-2">'.get_avatar( $comment, 48).'</section>';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<section class="col-xs-12 col-sm-10 col-md-10">';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<div><section class="pull-right">'.get_comment_author_link().'</section>';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<section class="pull-left">';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] comment_reply_link(array('reply_text'=>'پاسخ به این نظر'),get_comment_ID(),$post->ID);[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '</section></div><br>';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '<div class="pull-right">'.get_comment_text().'</div>';[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] echo '</section></div></li>'; [/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] }[/COLOR][/FONT]
[FONT=Nassim][COLOR=#5F5959] ?>[/COLOR][/FONT]