How to Enable Comments on a Page
-
Hi there,
I’m using Modularity Lite as my theme. I’m trying to enable comments on the pages (already works on the posts) but am having an issue.A prior post on the topic suggested adding the following code into my page.php:
<?php comments_template(); ?>
I added it, but it is not working. Do I need to remove the line below it, or do I have it in the wrong place?Currently, the page.php reads as:
<?php comments_template(); ?> <?php if ( comments_open() ) comments_template(); ?>
Any ideas? I’m new to coding so want to make sure I don’t mess this up! ??
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to Enable Comments on a Page’ is closed to new replies.