Skip to content

Instantly share code, notes, and snippets.

@ovizii
Created July 28, 2013 08:42
Show Gist options
  • Select an option

  • Save ovizii/6097973 to your computer and use it in GitHub Desktop.

Select an option

Save ovizii/6097973 to your computer and use it in GitHub Desktop.
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>
';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment