Forums
Forums / Fixing WordPress / Comments on pages?
17 years, 10 months ago
I am putting some pages with videos on it that I want separate from my blog portion of my site.
I would like users to be able to comment on these videos on my site.
I have Allow Comments checked for the page, but there is no comment box. Anyone know what’s going on?
(@lenk)
Some themes don’t have the call to the comments template in page.php. You’re probably missing …
<?php comments_template(); ?>
Simply study the difference in your theme between index.php and single.php to see how this is implemented.
The topic ‘Comments on pages?’ is closed to new replies.
17 years, 10 months ago
I am putting some pages with videos on it that I want separate from my blog portion of my site.
I would like users to be able to comment on these videos on my site.
I have Allow Comments checked for the page, but there is no comment box. Anyone know what’s going on?