I wonder is there any way to display comments on pages. To be more precise, I would create a new page 'Comments' and wish to display comments on the page.
I wonder is there any way to display comments on pages. To be more precise, I would create a new page 'Comments' and wish to display comments on the page.
Add <?php comments_template(); ?> at the end of the Loop to your theme's page.php file. The will make all page comment-capable. If you only want comments enabled on specific pages, you'll need to make a custom page template first.
This <?php comments_template(); ?> would do what you want to do.
I think my query has not been understood properly or rather I have not posed it properly.
I want the comments of my blog to appear on pages rather than on a sidebar (and not to enable comments for my pages)
This topic has been closed to new replies.