搜索

首页  >  问答  >  正文

wordpress有没有不修改comment-template.php自定义评论样式的方法?

通过
<?php wp_list_comments('type=comment&callback=my_comment'); ?>
comment_form($args)
可以修改一定评论样式

<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>

但是comment-template里这段代码想要修改有没有别的办法?

PHP中文网PHP中文网2835 天前647

全部回复(0)我来回复

暂无回复
  • 取消回复