New Topic

Reply To: Comment space turned off?

Home › Forum › Help › Comment space turned off? › Reply To: Comment space turned off?

#1310

StartupWP
Keymaster

This was likely a conscious choice for how the Grid template is intended to work, we’ll have to revisit this in the next update and see if it makes sense to add it by default. Sorry for the confusion.

In the meantime however, you can simply edit template-grid.php and add this line:

<?php comments_template( '', true ); ?>

Just before:

</div>
<?php get_footer(); ?>

And that should work.