ovizii
7/28/2013 - 8:42 AM

Increase the height of the excerpt

Increase the height of the excerpt

add_action('admin_head', 'so_excerpt_textarea_height');
function so_excerpt_textarea_height() {
    echo'
    <style type="text/css">
        #excerpt{ height:500px; } 
    </style>
    ';
}