Viewing 5 replies - 1 through 5 (of 5 total)
  • If there isn’t the option in the admin or by selecting ‘yes’ as the option for some reason isn’t doing it, in the plugins ‘views’ folder in single.php, almost at the very end, change:

    <?php if(eventsGetOptionValue('showComments','no') == 'yes'){ comments_template();} ?>

    to:

    <?php /* if(eventsGetOptionValue('showComments','no') == 'yes'){ comments_template();} */ comments_template( '', true ); ?>

    Thread Starter GreenDiablo

    (@greendiablo)

    @tugbucket That unfortunately didn’t do the trick. Any other ideas?

    Curious.

    Have you made a events folder in your themes’ directory by chance? If so, what files are in there?

    Have a link to the page in question?

    Thread Starter GreenDiablo

    (@greendiablo)

    Yup. The following files are in the events folder in my theme folder:
    events-list-load-widget-display.php
    gridview.php
    list.php
    single.php

    Here’s the link to the site: http://bit.ly/iXmMaS
    (this event post has a comment but doesn’t display)

    Thanks for keep checking back to this thread!! Appreciate it!

    You want to send me the single.php that is in your themes’ events folder by chance? tugbucket [at] gmail.com I’ll take a look.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: The Events Calendar] How to allow comments below event posts’ is closed to new replies.