Comments form does not appear
-
Perhaps your current theme does not include comment-enabled Page templates?
i am using the default twentyten. BTW, if i check exclude item from the menu, also not working, still there. 🙁
Site url?
http://keefir.ee/sidevahendid/
on this page the comments should be enabled, but they are not. What io have marked, that it reacts on my actions, i mean when the comments are enabled <div id=”comments” /> is just empty, if they are disallowed, then the <div id=”comments” /> contains <p /> with text there are no cimments allowed. Problem in comments.php maybe?UPD.
my comments.php ends with this:
<?php else : // or, if we don't have comments: /* If there are no comments and comments are closed, * let's leave a little note, shall we? */ if ( ! comments_open() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p> <?php endif; // end ! comments_open() ?> <?php endif; // end have_comments() ?>As i can see, there is just nothing to print?
OK, i found the problem solution. I had somehow missing
<?php comment_form(); ?>Inserted it, and now it is ok, but question with menu excluding is still active. Right now i am using some custom module, but the default WP function is not working for me 🙁
if i check exclude item from the menu
You’re not using the default TwentyTen theme – it’s a bespoke theme. So I’m not sure what options your theme might, or might not, have. I do know that there isn’t an “exclude item from the menu” option in the original TwentyTen theme.
hmm, okay, will investigate that issue on. But i have this feature in my admin, when i edit the page…
Then it’s definitely a heavily bespoked version of TwentyTen.
The topic ‘Comments form does not appear’ is closed to new replies.
(@lid3rs)
15 years, 9 months ago
Hi, everyone. I have problem with comments. They do not appear. I mean the do appear only on the blog posts,but not on the other pages, even if the option “Allow comment” on the page is checked. I double checked the configuration, but still no result.
P.S. It is not about the old posts, or smth.