• WordPress is about blogging and leaving and receiving comments, but for whatever reason there is nowhere for customers or viewers to enter a comment on my front page posts. I even have the box checked for ‘allow comment’ on the post. So what am I doing wrong?

    And Ive seen on other sites blogs for more than one topic. Is there a way to do that on wordpress? or do all the posts have to go to the front page only?

Viewing 9 replies - 1 through 9 (of 9 total)
  • It depends upon the them that you are using.

    you could try and add something like this

    <?php global $withcomments; $withcomments = 1; comments_template(); ?>

    possibly to index.php, somewhere within the loop after ‘the_content()’ or after ‘postmetadata’ – where exactly really depends on your theme.

    you could paste the code of index.php of your theme into a https://wordpress.pastebin.com/ and post the link to it here so someone might have a look at it.

    Thread Starter kaotikri

    (@kaotikri)

    alchymyth, I added that coding to the index.php, and it put 3 comment boxes on the front page, and not where they should be.

    not where they should be

    that depends where you put the code.

    post a link to your site, explaining more in detail where you want the comment forms to appear.

    and paste the code of your index.php in the pastebin.

    Thread Starter kaotikri

    (@kaotikri)

    I would like the comment form to appear on the posts on the front page. At this time there is no where for people to enter a comment. And comments are turned on.

    I have pasted the index code to the pastebin.

    Thread Starter kaotikri

    (@kaotikri)

    https://www.kaotikride.com is my site. I accidently turned my last comment into a link to the site.

    could you post the link to the pastebin?
    if you don’t have it anymore, paste the code again into a pastebin and post the link to the pastebin here.

    Thread Starter kaotikri

    (@kaotikri)

    Thread Starter kaotikri

    (@kaotikri)

    Hope you can still help me when you get some time. Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No comments on Front page’ is closed to new replies.