• Link: http://suddenlynothinghappened.com/blog/2008/12/validation/

    Recent changes: upgraded WP from v2.5 to 2.7. Also upgraded Cforms II plugin as well as a few other plugins. I disabled the Cforms II plugin after seeing the problem with no change.

    Effect: Same effect as if comments were disabled (but they’re not) except it is displaying the header text that says “Leave a comments…”

    Here is the code that I believe is relevant:

    <?php if (‘open’ == $post->comment_status) : ?>
    <div class=”comments”><h3>Leave a comment and let me know what you think.</h3></div>

    <?php endif; // if you delete this the sky will fall on your head ?>

    Is there supposed to be something after the H3 div? It seems like there should be something that says “display comment form” or something. My instinct is to download the WP 2.7 code, find the untouched commtents.php file and upload. Is this a good idea, bad idea?

    Any help or questions are mucho appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter codyma2c

    (@codyma2c)

    well, shoot. I realized I just re-uploaded the wp-admin comment.php which of course did me no good. I can’t find the comments.php file anywhere!

    Thread Starter codyma2c

    (@codyma2c)

    ahh! it’s a themed file!

    Thread Starter codyma2c

    (@codyma2c)

    that worked! lol. thanks for…um…being a good place to go to slow down my brain long enough to realize I could figure it out. 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment form won’t show after upgrade (comments NOT disabled)’ is closed to new replies.