• Resolved fizzyfozzy

    (@fizzyfozzy)


    Does this happen for everyone? If i allow comments then the box is shown to post a comment but nowhere are the comments displayed???

Viewing 1 replies (of 1 total)
  • Thread Starter fizzyfozzy

    (@fizzyfozzy)

    Resolved this now. I’m using the thematic theme as a base theme so replaced the following in my custom events single.php:
    <?php if(eventsGetOptionValue('showComments','no') == 'yes'){ comments_template();} ?>
    with:
    <?php if(eventsGetOptionValue('showComments','no') == 'yes'){ thematic_comments_template();} ?>
    and now my comments show.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: The Events Calendar] Post a comment box shows but comments do not…’ is closed to new replies.