如何在wordpress中的注释之间插入代码?

时间:2015-07-30 17:26:55

标签: php wordpress

我试图在显示广告的每五个评论(或任意值)之间插入一个短代码。我的主题是将评论称为:

<ol class="comment-list">
        <?php
            wp_list_comments( array(
                'style'      => 'ol',
                'short_ping' => true,
                'avatar_size' => 60
            ) );
        ?>
</ol><!-- .comment-list -->

谢谢!

0 个答案:

没有答案