Custom Field Template テキストエリア改行 Aug 24, 2014 Tags: tips, wp WordPressのCustom Field Templateでテキストエリア改行。 <?php global $post; echo nl2br(get_post_meta( $post->ID, 'フィールド名', true ) ); ?>