It works perfectly with this theme, I’ve checked it many times
Are you sure you have enable comments properly in “Discussion Settings” of your WP ?
-
This reply was modified 5 years, 9 months ago by
Nik Smalin.
The comments box on Pages isn’t showing.
It doesn’t have comment section on pages.
But if you want to add it you can open page.php file and add this line of code
<?php if ( comments_open() || get_comments_number() ) comments_template(); ?>
on line 27 after <?php endif; ?> and before </div><!– /.article__container –>
Regards!