• – I am new to WordPress.
    – I have a new WordPress site.
    – Using version 3.9.2
    – I am not a developer, and don’t speak code. (I do have access to a developer.)

    My problem: The comment form isn’t displaying underneath the blog posts.

    The site: https://navocateconsulting.com/content/

    Settings:

    – My hosting company installed WordPress.
    – Using the twenty fourteen theme, which was the default theme at installation.
    – Comments are turned on globally in the dashboard: > Settings > Discussion > “Allow people to post comments on new articles” (checked)
    – Comments for the individual blogs are enabled as well.
    – Only one active plugin: ‘W3 Total Cache,’ which was activated by default at installation.

    I have seen many other posts about this issue on the WordPress support site, some of them dating back three years. None of the proposed solutions appear to provide any definitive answers, as the problems and solutions discussed are mostly contextual to a site’s unique theme or a site’s unique scripting.

    There was a post three years ago from alchymyth, a forum moderator, who said “it is intended that the comments form and comments do not show on the front page and in archives.” He went on to say that he explained this further in a link provided on his posting. However, the link is broken. He further suggested this solution:

    to get the comment stuff to show on the front page, you would need to add a line before <?php comments_template(); ?>, i.e. change it to:

    <?php global $withcomments; $withcomments = true;
    comments_template( ”, true ); ?>

    My blog posts are on the front page of my WordPress site, so perhaps this is the problem.

    Any relevant assistance appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi kbuhl,

    the comment form only appears when a reader decides to comment and clicks on the ‘leave a comment’ link below the heading of each of your posts. otherwise your homepage will simply act as your blogroll for posts, NOT comments.

    If you are looking to get ONLY the latest post as your homepage you may need to find a plugin or perhaps try the method here

    https://www.ads-software.com/support/topic/show-comments-and-form-on-front-page?replies=2

    Thread Starter kbuhl

    (@kbuhl)

    Aha. With a previous setup on another website the comment form appeared at the bottom of the page. I now see the ‘leave a comment’ link.

    Thank you. Question answered.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Form Not Showing On Post’ is closed to new replies.