Markup>Custom Field GUI Utilityテキストフィールド非入力時に画像も表示しない方法 Tuesday, 01 21, 2014 この記事は最終更新日から2年以上が経過しており、情報が古くなっている可能性があります。 <?php if(post_custom('text')):?> <img src="image.gif" /> <?php echo post_custom('text'); ?> <?php endif;?>