Viewing 1 replies (of 1 total)
  • Thread Starter Avrohomd

    (@avrohomd)

    I found the answer! On a different thread, “Humble Opinion” discovered:

    FINALLY figured it out! in the comment php, I had to replace this:

    <?php comment_form(); ?>

    with this:

    <?php comment_form(array('comment_notes_after' => '')); ?>

    And it worked for my theme (Raindrops) also.

    Avrohom

Viewing 1 replies (of 1 total)
  • The topic ‘Comment form on blog — issue’ is closed to new replies.