2017-07-24から1日間の記事一覧

掲示板 WordPRESS

functions.php // コメント一覧カスタマイズfunction my_list_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-"> <div id="comment-<?php comment_ID(); ?>"> <div class="comment-listCon"> <div class="comment-info vcard"> </div></div></div></li>

WordPRESS comments.php

<div id="comments" class="comments-area"> <h3 class="comments-title">『』へのコメント</h3> <ol class="commets-list"> </ol> <…</div>