/i', $content, $matches); if ($res > 0) $sources = $matches[1]; return $sources; } // tour_idからメタクエリでツアー情報を取得する if (!empty($_GET['tourid'])){ $tourid = $_GET['tourid']; } else { echo '表示すべきツアーIDが設定されていません。'; // header('Location: http://shiki-tabi.com/'); exit; } require('../wp/wp-config.php'); require('../wp/wp-content/themes/shikinotabi/utility.php'); defKouteiString_withSymbol(); // 取得用クエリ $args = array( 'numberposts' => -1, 'post_type' => 'tour', 'meta_key' => 'tour_id', 'meta_value' => $tourid ); $the_query = new WP_Query( $args ); if ($the_query->have_posts()): while ($the_query->have_posts()):$the_query->the_post(); $pid = $the_query->post->ID; $meta_title = get_the_title(); $meta_desc = get_field('head_dsc'); if (!$meta_desc){ $meta_desc = str_replace(array("\r\n","\n","\r"), '', wp_kses(get_field('tour_exerpt'), array())); } $meta_key = get_field('head_key'); $t_targets = get_field('targets'); $t_seasons = get_field('seasons'); $t_areas = get_field('areas'); $otl_accperiod = get_field('otl_accperiod'); $otl_duration = get_field('otl_duration'); $otl_places = get_field('otl_places'); $bas_deptime = get_field('bas_deptime'); $bonuses_excerpt = get_field('bonuses_excerpt'); $bas_duration = get_field('bas_duration'); $bas_depdate = get_field('bas_depdate'); $bas_qualify = get_field('bas_qualify'); $bas_traffic = get_field('bas_traffic'); $bas_mealcond = get_field('bas_mealcond'); $bas_facility = get_field('bas_facility'); $bas_conductor = get_field('bas_conductor'); $bas_notice = get_field('bas_notice'); $bas_owner = get_field('bas_owner'); $de_addition = get_field('de_addition'); // フリーフィールド添付画像取得 $attached_images = get_inline_images(get_field('freefield1')); // 収容配列 // ギャラリ画像取得 $galleries = array(); if (have_rows("photos")) { while(have_rows('photos')){ the_row(); array_push( $galleries, array( 'src' => getAcfSubImageUrl('img_thumb', 'medium'), 'comment' => get_sub_field('comment') ) ); } wp_reset_postdata(); } ?> <?= $meta_title ?> | 四季のバス旅の宿泊&日帰りツアー
  • 検索する

ツアー概要

設定期間
旅行期間
出発時間
出発場所
特典内容
旅行代金

このツアーと同じカテゴリーのツアー

現在、公開されているこのツアーと同じカテゴリーのツアーはありません

ツアーのご予約はこちらから!

ツアー特典とポイント

ツアー行程

0): ?>

ツアーのご予約はこちらから!

集合場所

get_row("SELECT * FROM popuration WHERE (browse_date='{$browse_date}') AND (tour_id={$postID})"); if (count($recs)==0){ // echo 'From:'.$id_from.' To:'.$id_to; $ans = $wpdb->query("INSERT INTO popuration (tour_id, browse_date, browse_num) VALUES ({$postID}, '{$browse_date}', 1)"); } else { $browse_num = $recs->browse_num + 1; $ans = $wpdb->query("UPDATE popuration SET browse_num={$browse_num} WHERE ((browse_date='{$browse_date}') AND (tour_id={$postID}))"); } ?>

ご予約カレンダー

ツアー基本情報&ご案内

旅行期間
旅行出発日
催行条件
利用交通期間
お食事条件
利用施設名称
同行スタッフ
注意事項
旅行企画実施

ツアーのご予約はこちらから!