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.
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.
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.
(@egdcltd)
10 years, 2 months ago
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?