• Resolved lid3rs

    (@lid3rs)


    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Perhaps your current theme does not include comment-enabled Page templates?

    Thread Starter lid3rs

    (@lid3rs)

    i am using the default twentyten. BTW, if i check exclude item from the menu, also not working, still there. ??

    Site url?

    Thread Starter lid3rs

    (@lid3rs)

    https://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?

    Thread Starter lid3rs

    (@lid3rs)

    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?

    Thread Starter lid3rs

    (@lid3rs)

    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.

    Thread Starter lid3rs

    (@lid3rs)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Comments form does not appear’ is closed to new replies.