First you should understand the difference between a Page and Post. Post are the normal article content and Page, we say it as a static page which does not content and comment.
Thank you for the quick reply. Let me try this again, as I am not certain I am explaining the problem correctly. On the home page of my blog, the one that the blog opens to, there are a couple of paragraphs of text. Under that text is a line that indicates you can leave a comment.
There are several other pages on the site, but there is no line at the bottom of the page. Those pages each contain a small amount of text introducing the issue addressed by that page. I am trying to allow people to post comments on those issues. At the moment, I can see no way they could do so.
Thanks for any help you can give me.
Greg
I also am having this problem and would like an answer. The only page on my blog that is allowing comments is the blog page which allows comments on every post.
I would like to have the comment function enabled on a few of my other pages as well. Namely my music page.
Here is my work in progress web site: http://www.simplyandrea.com
Any help would be greatly appreciated.
After searching around some more, I found the solution to the problem.
paste this code:
<?php comments_template(); ?>
in your page.php after <?php the_content(‘<p class=”serif”>Read More »</p>’); ?>
Then change the settings to allow comments on whichever pages you would like comments to be allowed on.
I also deleted the words “Comments are closed” from the coding.
Hope this helps 🙂
(@theleane)
16 years, 11 months ago
I am a new user. My blog is up and running, but the only page that allows comment is the opening page. I have check the “allow comments” boxt on all of the pages, but that functionality only shows up on the main page. How do I put something on each page that allows comment? Thanks.