Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('admin_head', 'excerpt_textarea_height'); | |
function excerpt_textarea_height() { | |
echo' | |
<style type="text/css"> | |
#excerpt{ height:150px; } | |
</style> | |
'; | |
} | |
?> |
Screen shot
Note
Description | CSSを追加して投稿画面で狭い「抜粋」の高さを高くする。 |
---|---|
WordPress Ver. | 3.3.1 |
Via | – |