Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kessbird

    (@kessbird)

    Ah-ha. I think I found the cause. Turns out the search form in the sidebar was overriding the form settings in the comments form. Here’s the fubaring code from the sidebar:

    <form id=”searchform” method=”get” action=”<?php bloginfo(‘home’); ?>”>
    <p><input type=”text” name=”s” id=”s” size=”15″ />
    <input type=”submit” value=”<?php _e(‘Search’); ?>” />

    I killed it dead, and now the comments will actually post. Yay!

    Thread Starter kessbird

    (@kessbird)

    Yup, comments are enabled, both in the settings and on the latest post. (Comments are closed after 30 days.)

Viewing 2 replies - 1 through 2 (of 2 total)