各コメントの最後にボーダーを入れたい
-
各コメントの最後にボーダーを入れたく、Twenty Tenのコメントテンプレートに最低限の記述だけ入れてテストしているのですが、うまくいきません。
<?php wp_list_comments(); ?> <?php paginate_comments_links();?> <?php comment_form();?>
下の例でいくとコメントtestの下とtest2のリコメントまで含めた下に区切り線を入れたいのですが。
ディスカッション設定でコメントをスレッド (入れ子) 形式に設定しています。
そもそも、このコメントテンプレートの書き方では無理でしょうか?
<li class="comment byuser comment-author-admin bypostauthor even thread-even depth-1" id="comment-20"> <div id="div-comment-20" class="comment-body"> <div class="comment-author vcard"> <cite class="fn">admin</cite> <span class="says">より:</span></div> <div class="comment-meta commentmetadata"><a href="/gestbook/comment-page-1/#comment-20">2012年9月27日 4:06 PM</a></div> <p>test2</p> <div class="reply"> <a href='/gestbook/comment-page-1/?replytocom=20#respond'>返信</a></div> </div> <li class="comment even thread-even depth-1 parent" id="comment-18"> <div id="div-comment-18" class="comment-body"> <div class="comment-author vcard"> <cite class="fn">tanaka</cite> <span class="says">より:</span></div> <div class="comment-meta commentmetadata"><a href="/gestbook/comment-page-1/#comment-18">2012年9月27日 4:02 PM</a></div> <p>test</p> <div class="reply"> <a href='/gestbook/comment-page-1/?replytocom=18#respond'>返信</a></div> </div> <ul class='children'> <li class="comment byuser comment-author-admin bypostauthor odd alt depth-2" id="comment-19"> <div id="div-comment-19" class="comment-body"> <div class="comment-author vcard"> <cite class="fn">admin</cite> <span class="says">より:</span></div> <div class="comment-meta commentmetadata"><a href="/gestbook/comment-page-1/#comment-19">2012年9月27日 4:03 PM</a></div> <p>retest</p> <div class="reply"> <a href='/gestbook/comment-page-1/?replytocom=19#respond'>返信</a></div> </div>
2件の返信を表示中 - 1 - 2件目 (全2件中)
2件の返信を表示中 - 1 - 2件目 (全2件中)
- トピック「各コメントの最後にボーダーを入れたい」には新たに返信することはできません。