- 85 名前:デフォルトの名無しさん [2021/05/05(水) 20:13:49.37 ID:VRLPB9Rcr.net]
- どうしても最後に1件だけ教えてもらいたいことがあります。
<php $first_img = ''; if ( preg_match( '/<img.+?src=[\'"]([^\'"]+?)[\'"].*?>/msi', $item->get_content(), $matches ) ) { $first_img = $matches[1]; } ?> <php if(!empty($first_img)) $first_img = "/images/default.jpg"; ?> <span class="thumbnail2"> <img class="heit6" src="<php echo esc_attr( $first_img ); ?>" alt="" /> </span> <php endif; ?>
|

|