Forums
Forums / Fixing WordPress / Comments
(@josoap)
16 years, 9 months ago
Hi,
Very basic question and I think I know the answer but would appreciate confirmation.
Q. Is it true that comments can only be made on posts – not on pages?
I notice in my first site (that I’m currently building) comments are only available on posts.
Thanks,
Jo
(@nazcar)
It can be available on pages by calling the comment function in the page template
Thanks but how?
by placing this code <?php comments_template(); ?>
<?php comments_template(); ?>
above this code: <?php else: ?> or the endloop <?php endwhile; else: ?> of Page Template (page.php) of your current theme.
<?php else: ?>
<?php endwhile; else: ?>
PS: back up the file you are editing.
Thanks, I’ll try that.
The topic ‘Comments’ is closed to new replies.
(@josoap)
16 years, 9 months ago
Hi,
Very basic question and I think I know the answer but would appreciate confirmation.
Q. Is it true that comments can only be made on posts – not on pages?
I notice in my first site (that I’m currently building) comments are only available on posts.
Thanks,
Jo