Missing comments
-
I’m using Divi Theme. I have comments enabled. Comments submission is operative but they don’t display in single-event.php. I substitute this line
<?php if ( get_post_type() == Tribe__Events__Main::POSTTYPE && tribe_get_option( ‘showComments’, false ) ) comments_template() ?>
with this one
<?php if ( get_post_type() == Tribe__Events__Main::POSTTYPE && tribe_get_option( ‘showComments’, false ) ) comments_template(”, true) ?>
and now all is perfect
- The topic ‘Missing comments’ is closed to new replies.