1 2 3 4 5 6 7 8 9 10 11 12 | <?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 ; ?> |