我想知道是否可以在Wordpress comment.php
和reply.php
中使用2种不同的评论表单。第一个是为帖子撰写评论。第二种形式将用于回复评论。我希望两种表单都有不同的自定义方式,而不是重复使用与回复链接的注释相同的表单。
我不知道如何看待这个功能?
comment_reply_link(array_merge($args,
array(
'depth' => $depth,
'max_depth' => $args['max_depth'])
)
)
有人做过这件事吗?