我无法在我的单个活动中显示评论模板。php
这是我的密码
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( \'content\', \'events\' ); ?>
<?php comments_template( \'\', true ); ?>
<?php endwhile; // end of the loop. ?>
如果我把评论模板放在我的事件模板(events.php)中,它会显示出来,但在单个帖子上不起作用。
有什么想法吗?