<?php if(post_custom('w910px')): //大写真1枚----------------------------?> <div style="padding-bottom:5px;"> <?php $title= get_the_title(); $attachment_id = $cfs->get('w910px'); $sample_photo = wp_get_attachment_image($attachment_id, 'W910',0,array('alt'=>$title,'title'=>$title)); echo $sample_photo; ?> </div> <?php endif; ?>