画像配列を選択
なんとか化、foreach内に記述
$img = wp_get_attachment_image_src($post->mv_img, 'full')[0];
出力
<?php if( $back_img_sp ) {
echo '<img src="'. $img .'" alt="" class="">';}
?>
WordPress、HTML、CSS、JSに関する備忘録
画像配列を選択
なんとか化、foreach内に記述
$img = wp_get_attachment_image_src($post->mv_img, 'full')[0];
出力
<?php if( $back_img_sp ) {
echo '<img src="'. $img .'" alt="" class="">';}
?>