- 23 名前:デフォルトの名無しさん [2021/05/03(月) 20:41:30.42 ID:N1nfC+z1r.net]
- <span class="date2">
<php echo $item->get_date('Y.m.d');// 日付 ?> </span> //書き方が多少おかしい <div class="cell medium-7"><!-- 記事中の1枚目の画像を取得--> <a href="<php echo $item->get_permalink(); ?>"> //サムネイル <php $first_img = ''; if ( preg_match( '/<img.+?src=[\'"]([^\'"]+?)[\'"].*?>/msi', $item->get_content(), $matches ) ) { $first_img = $matches[1]; } ?> //記事中の1枚目の画像を取得
|

|