Forums
(@classiconfections)
13 years ago
Figured it out!
Just change:
<?php comments_template(); ?>
to:
<?php comments_template(true); ?>
in both the page.php and single.php
Hope this helps anyone who is having the same problem.
I use the “Exclude Pages” plugin to block the second home button from appearing in the list of pages.
Hope that helps.