• I’m trying to modify the size of the optional excerpt textarea field in the admin panel. I want the box to be larger. I looked inside edit-form-advanced.php on line 198.

    <div class="dbx-content"><textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt"><?php echo $post->post_excerpt ?></textarea></div>

    I changed the rows attribute to “6”, saved, uploaded. But there’s no change. The box stayed the same size. Any advice?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modifying the optional excerpt field in admin panel?’ is closed to new replies.