2

我使用 Jetpack 无限滚动:http ://wordpress.org/plugins/jetpack/

在第一页评论效果很好,但是当我向下滚动并加载下一页时,评论没有出现。

我的循环:

<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( 'content', get_post_format() ); ?>
    <?php comments_template();?>
<?php endwhile; ?>

ajax加载后如何在下一页加载评论表单?我怀疑我需要一个 javascript 回调。

4

0 回答 0