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
(@avalli62)
10 years, 3 months ago
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
https://ww.wp.xz.cn/plugins/the-events-calendar/