カスタムフィールドの住所からGoogleMAPを表示する
<iframe src="https://maps.google.co.jp/maps?output=embed&q=<?php echo get_post_meta($post->ID , 'フィールド名' ,true); ?>&z=14" width="1000" height="600" frameborder="0" scrolling="no" ></iframe>
カスタムフィールドの住所からGoogleMAPを表示する
<iframe src="https://maps.google.co.jp/maps?output=embed&q=<?php echo get_post_meta($post->ID , 'フィールド名' ,true); ?>&z=14" width="1000" height="600" frameborder="0" scrolling="no" ></iframe>