通过<?php wp_list_comments('type=comment&callback=my_comment'); ?>
comment_form($args)
可以修改一定评论样式
<code><h3 id="reply-title" class="comment-reply-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link'] ); ?></small></h3></code>
但是comment-template里这段代码想要修改有没有别的办法?
回复内容:
通过<?php wp_list_comments('type=comment&callback=my_comment'); ?>
comment_form($args)
可以修改一定评论样式
<code><h3 id="reply-title" class="comment-reply-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link']<em>¥本文来%源[email protected]搞@^&代*@码)网5</em><strong>搞gaodaima代码</strong> ); ?></small></h3></code>
但是comment-template里这段代码想要修改有没有别的办法?