WordPressのカスタムフィールドを改行ありで表示

WordPressのカスタムフィールドを改行ありで表示するサンプルタグは以下の通り。

$sample = post_custom('カスタムフィールド');
echo nl2br($sample);

Copyright © All Rights Reserved · Green Hope Theme by Sivan & schiy · Proudly powered by WordPress