Forums
Forums / Installing WordPress / Comments on Page
(@samgallo)
17 years, 2 months ago
I authorize comments on page (PAGE) but the comment link doesn’t show. What am I doing wrong?
(@samboll)
likely your theme isn’t set up to show comments on Pages – just posts
you can add it manually to your theme’s page.php by adding this code
page.php
<?php comments_template(); ?> after <?php the_content(); ?>
<?php comments_template(); ?>
<?php the_content(); ?>
back up 1st always
The topic ‘Comments on Page’ is closed to new replies.
(@samgallo)
17 years, 2 months ago
I authorize comments on page (PAGE) but the comment link doesn’t show. What am I doing wrong?