get_featured_images( ); //print_r($featured_images); //You can now loop through the image to display them as required foreach($featured_images as $featured_image) { $img = $featured_image['full']; } }?>
お問い合わせ
メールでお問い合わせ
お名前(漢字)
フリガナ
電話番号
メールアドレス
"; $flag = true; } if (trim($_POST['zip_1']) != "" && trim($_POST['zip_2']) == "") { $address .= "郵便番号:〒 " . $_POST["zip_1"] . "
"; $flag = true; } if (trim($_POST['zip_1']) == "" && trim($_POST['zip_2']) != "") { $address .= "郵便番号:〒 " . $_POST["zip_2"] . "
"; $flag = true; } } if (isset($_POST["pref"]) && trim($_POST["pref"]) != "") { $address .= "都道府県:
" . $_POST["pref"] . "
"; $flag = true; } if (isset($_POST["addr1"]) && trim($_POST["addr1"]) != "") { $address .= "市区町村・番地:
" . $_POST["addr1"] . "
"; $flag = true; } if (isset($_POST["addr2"]) && trim($_POST["addr2"]) != "") { $address .= "建物名称他:" . $_POST["addr2"] . "
"; $flag = true; } ?>
住所
お問い合わせ内容
個人情報について
"/>