clicking takes me to your single page but evidently you have comments closed
admin – settings – discussion
or you have disabled comments on the individual posts
edit a post and scroll to bottom of page to see if comments are enabled or not
Thank you for replying.
I checked the settings and comments are open, and I also checked the posts and they’re not disabled.
I’m wondering if there’s something wrong with the codes?
How about plugins? What plugins (especially regarding comments) do you have installed and activated?
Peter
I just checked. We don’t have any plugins for comments.
I think the previous webmaster deleted comments from the codes because it wasn’t there before today when I tried coding it back in the index.php file.
look in your theme’s single.php for this code or very similar
<?php comments_template(); ?>
if you don’t see it – add it below the_content
you can add that code to any of the theme files where you want a comment form but just single.php is traditional
Samboll & Peter,
THANK YOU for all your help!!! It finally works now after inserting that code in single.php