使用其他一些HTML安排删除(替换)Comments.php中的avtar

时间:2017-09-30 作者:The WP Intermediate

enter image description here

 <ol class="comment-list">
            <?php
                wp_list_comments( array(
                    \'style\'       => \'ol\',
                    \'short_ping\'  => true,
                    \'avatar_size\' => 34,
                ) );
            ?>
        </ol><!-- .comment-list -->
这是在控制avatar 大小→

\'avatar_size\' => 34, →
我想用一种安排来代替它,在一个方形盒子(背景)内,如果没有化身,我会有名字的第一个字母。如何做到这一点?

1 个回复
SO网友:jdp

使用get_avatar filter 并开发一个函数来返回您想要的任何化身。

结束