• I have a WordPress blog where all the discussion settings seem to be set up correctly (they’re identical to another blog) but there’s no option to leave a comment on any of the posts. The only difference between the two sites is that they use different themes. Why isn’t there an option to leave comments on one blog?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried to check your Settings > Discussions and enabled the Allow people to post comments on new articles ??

    You can also add this code <?php comments_template(); ?> to your single.php.

    Hope this helps.

    Thread Starter egdcltd

    (@egdcltd)

    Yes, people are allowed to post comments, but they aren’t showing. I’d prefer not to have to tinker with the templates unless I have to.

    Thread Starter egdcltd

    (@egdcltd)

    It looks like the code is in the template anyway; it’s just not working.

    There’s this code in it:

    // If comments are open or we have at least one comment, load up the comment template.
    					if ( comments_open() || get_comments_number() ) {
    						comments_template();
    					}

    and comments are allowed. So they should be showing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Option to Comment’ is closed to new replies.