• Resolved avalli62

    (@avalli62)


    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://www.ads-software.com/plugins/the-events-calendar/

  • The topic ‘Missing comments’ is closed to new replies.