• I understand that the comments box only appears by default after the actual post on its unique page.

    In addition, I would like for users to be able to leave comments on my home page under each of the most recent posts I keep there. I just had someone email me today to say that my comments section is not working because they tried to leave a comment from the home page instead of clicking through to the post.

    Does anyone have an easy solution to this? The other posts I have read are not working for me.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If your home page is post page than I do not think there is way to have comment box there as visitors always comment on your full article page.

    Actually, it only depends on your theme. If the theme calls comments_template(), then comments can be entered on the home page. You may need to set $withcomments ‘true’ to have the comments box show when there are no comments on a given post.

    global $withcomments;$withcomments = true;
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add Comments to Home Page’ is closed to new replies.