Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Daniele

    (@lele_82)

    … i’ve added this code lines

    <div class=”comments-template”>
    <?php comments_template(); ?>
    </div>

    in the single-event.php.

    When i open an event, it tell me that comments are clodes.

    In the admin panel, the allow comments is checked and the close automatically the expiried articles is not checked…

    Any suggestions?

    Thread Starter Daniele

    (@lele_82)

    Forget about it! I solved ??

    This works for me. I added

    <div class="comments-template">
    <?php comments_template(); ?>
    </div>

    inside the while loop on the single-event.php template. And ensured Event supported ‘comments’ (on the plug-in settings page).

    Events are just a custom post type – so the above is all you should need to do (as well ensure the comments aren’t for a limited time, logged out users can comment etc if applicable).

    The plug-in does nothing more than tell WordPress to support comments (or not) for the event post type – everything else is handled by WordPress.

    Oh good – seems you fixed it while I was replying :).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Event Organiser] Adding possibility to comments an event’ is closed to new replies.