Viewing 2 replies - 1 through 2 (of 2 total)
  • edit comments.php file and change:
    <?php comment_form(); ?>
    to
    <?php comment_form(array('comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>')); ?>

    Thread Starter Raynedeer

    (@raynedeer)

    It works thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove text’ is closed to new replies.