重新定位评论中的“回复”链接

时间:2013-01-18 作者:AndrettiMilas

我把我的评论称为“时尚方式”:

<?php wp_list_comments(\'avatar_size=60\'); ?>
我希望能够将“回复”链接定位到我选择的位置。现在,它默认位于评论的底部。当然,我可以通过CSS移动它-但是如果我想将其放置在日期或用户名之后呢?

1 个回复
最合适的回答,由SO网友:fuxia 整理而成

使用custom callback 呈现注释内容。回调函数调用内部comment_reply_link() 无论您在哪里需要它:

comment_reply_link(
    array_merge(
        $args,
        array (
            \'add_below\' => \'comment-body\',
            \'depth\'     => $reply_depth,
            // + 1 to offer always a reply link for a consistent UI
            \'max_depth\' => $args[\'max_depth\'] + 1,
            \'before\'    => \'<p class="reply-line">\',
            \'after\'     => \'</p>\'
        )
    )
);

结束

相关推荐

如何正确使用Comments-template.php

我想修改已登录用户和未登录用户的评论表单。我通过更改注释修改了未登录用户的表单。php,但我不太确定如何为登录用户修改我的表单。我知道我必须使用comments\\u template(),但每当我尝试在页面中使用它时。php,我遇到这样的错误Notice: Undefined variable: args in {PATH}/twwr-theme/comments-template.php on line 13 这些是我评论的内容。php,有点乱<?php if (!empty