Your blog page is drawing from the index.php file in your theme folder. The post as shown when you click it from the recent posts widget in the sidebar is drawing from single.php
You just need to copy and paste the bit in single.php that deals with the comments to your index.php. Add it within the loop.
Without looking at your theme files I can’t say exactly what code it would be or where you would paste it, but what I have given you is the general procedure.
(@anthonyhnj)
16 years, 3 months ago
Hi, I am new to using WP. I have been playing around with with setting up some pages and some blogs post. You can see from my site http://www.youtime.com/wp what I am trying to do. I set up my home page as a static page on my site and created a page called “blog” for my blog post. My problem is, when you click on the blog page and read a blog post, there is no comment box underneath the post. However if you click on the same blog post from the “recent blog post” in the sidebar the comment box is there.
Anyone have any ideas.
Thanks in advance.
Anthony